game_list: Add missing override specifier for KeyReleaseEater's eventFilter function

This commit is contained in:
FearlessTobi 2018-03-25 23:57:25 +02:00
parent 49c41593d9
commit 245a3bd067
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,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;