logic: implemented handling of non-ascii characters in screen search
This commit is contained in:
@@ -246,7 +246,7 @@ void QtCodeFileList::onWindowFocus()
|
||||
}
|
||||
}
|
||||
|
||||
void QtCodeFileList::findScreenMatches(const std::string& query, std::vector<std::pair<QtCodeArea*, Id>>* screenMatches)
|
||||
void QtCodeFileList::findScreenMatches(const std::wstring& query, std::vector<std::pair<QtCodeArea*, Id>>* screenMatches)
|
||||
{
|
||||
for (QtCodeFile* file : m_files)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user