Browse Source

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

nce_cpp
Lioncash 8 years ago
parent
commit
45af9a2e1f
  1. 2
      src/yuzu/game_list.h

2
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;

Loading…
Cancel
Save