summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-18 04:44:03 +0100
committerGitHub <noreply@github.com>2018-01-18 04:44:03 +0100
commit01b3bf119e559e6dac6f6a2a3eea5bb94a7136dd (patch)
treeba03d18ca690c1da8ff25095891f18e0b19f313b /src
parentMerge pull request #93 from jroweboy/deploy-key (diff)
parentgame_list: Add missing override specifier for KeyReleaseEater's eventFilter function (diff)
downloadyuzu-01b3bf119e559e6dac6f6a2a3eea5bb94a7136dd.tar
yuzu-01b3bf119e559e6dac6f6a2a3eea5bb94a7136dd.tar.gz
yuzu-01b3bf119e559e6dac6f6a2a3eea5bb94a7136dd.tar.bz2
yuzu-01b3bf119e559e6dac6f6a2a3eea5bb94a7136dd.tar.lz
yuzu-01b3bf119e559e6dac6f6a2a3eea5bb94a7136dd.tar.xz
yuzu-01b3bf119e559e6dac6f6a2a3eea5bb94a7136dd.tar.zst
yuzu-01b3bf119e559e6dac6f6a2a3eea5bb94a7136dd.zip
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/game_list.h2
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:
QString edit_filter_text_old;
protected:
- bool eventFilter(QObject* obj, QEvent* event);
+ bool eventFilter(QObject* obj, QEvent* event) override;
};
QHBoxLayout* layout_filter = nullptr;
QTreeView* tree_view = nullptr;