mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-24 17:47:59 -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