diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/game_list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/game_list.h b/src/yuzu/game_list.h index 4823a1296..7aff597b7 100644 --- a/src/yuzu/game_list.h +++ b/src/yuzu/game_list.h | |||
| @@ -49,7 +49,7 @@ public: | |||
| 49 | QString edit_filter_text_old; | 49 | QString edit_filter_text_old; |
| 50 | 50 | ||
| 51 | protected: | 51 | protected: |
| 52 | bool eventFilter(QObject* obj, QEvent* event); | 52 | bool eventFilter(QObject* obj, QEvent* event) override; |
| 53 | }; | 53 | }; |
| 54 | QHBoxLayout* layout_filter = nullptr; | 54 | QHBoxLayout* layout_filter = nullptr; |
| 55 | QTreeView* tree_view = nullptr; | 55 | QTreeView* tree_view = nullptr; |