logic: implemented handling of non-ascii characters in screen search
This commit is contained in:
@@ -45,7 +45,7 @@ public:
|
||||
virtual void onWindowFocus() override;
|
||||
|
||||
virtual void findScreenMatches(
|
||||
const std::string& query, std::vector<std::pair<QtCodeArea*, Id>>* screenMatches) override;
|
||||
const std::wstring& query, std::vector<std::pair<QtCodeArea*, Id>>* screenMatches) override;
|
||||
|
||||
const FilePath& getCurrentFilePath() const;
|
||||
bool hasFileCached(const FilePath& filePath) const;
|
||||
|
||||
Reference in New Issue
Block a user