game_list: Upper-case containsAllWords to ContainsAllWords()

This makes it consistent with most of the other private utility
functions.
This commit is contained in:
Lioncash
2018-07-18 00:15:46 -04:00
parent c8f3fc9a4b
commit f4b98a857b
2 changed files with 3 additions and 3 deletions

View File

@ -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;