summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-01-18 01:54:06 +0100
committerLioncash <mathew1800@gmail.com>2018-01-18 01:54:06 +0100
commit94a6515b713e1a2c2dd4560d6658ef9a7c651a41 (patch)
tree23060e158f60e790dc81fb4c2d414aa630a8b007
parentMerge pull request #73 from N00byKing/3093 (diff)
downloadyuzu-94a6515b713e1a2c2dd4560d6658ef9a7c651a41.tar
yuzu-94a6515b713e1a2c2dd4560d6658ef9a7c651a41.tar.gz
yuzu-94a6515b713e1a2c2dd4560d6658ef9a7c651a41.tar.bz2
yuzu-94a6515b713e1a2c2dd4560d6658ef9a7c651a41.tar.lz
yuzu-94a6515b713e1a2c2dd4560d6658ef9a7c651a41.tar.xz
yuzu-94a6515b713e1a2c2dd4560d6658ef9a7c651a41.tar.zst
yuzu-94a6515b713e1a2c2dd4560d6658ef9a7c651a41.zip
-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;