game_list: Upper-case containsAllWords to ContainsAllWords()
This makes it consistent with most of the other private utility functions.
This commit is contained in:
parent
c8f3fc9a4b
commit
f4b98a857b
2 changed files with 3 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue