mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-09 07:46:32 -05:00
game_list: Upper-case containsAllWords to ContainsAllWords()
This makes it consistent with most of the other private utility functions.
This commit is contained in:
@@ -89,7 +89,7 @@ private:
|
||||
|
||||
void PopupContextMenu(const QPoint& menu_location);
|
||||
void RefreshGameDirectory();
|
||||
bool containsAllWords(const QString& haystack, const QString& userinput) const;
|
||||
bool ContainsAllWords(const QString& haystack, const QString& userinput) const;
|
||||
|
||||
SearchField* search_field;
|
||||
GMainWindow* main_window = nullptr;
|
||||
|
Reference in New Issue
Block a user