mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-28 14:18:02 -05:00
game_list: Make ContainsAllWords an internally linked non-member function
This function actually depends on no internal class state, so it doesn't even need to be a part of the class interface.
This commit is contained in:
@ -89,7 +89,6 @@ private:
|
||||
|
||||
void PopupContextMenu(const QPoint& menu_location);
|
||||
void RefreshGameDirectory();
|
||||
bool ContainsAllWords(const QString& haystack, const QString& userinput) const;
|
||||
|
||||
SearchField* search_field;
|
||||
GMainWindow* main_window = nullptr;
|
||||
|
Reference in New Issue
Block a user