diff options
Diffstat (limited to 'src/savestab.h')
| -rw-r--r-- | src/savestab.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/savestab.h b/src/savestab.h index d3eb7e63..8d84e3c1 100644 --- a/src/savestab.h +++ b/src/savestab.h @@ -32,6 +32,9 @@ public: void stopMonitorSaves(); void hideSaveGameInfo(); +protected: + bool eventFilter(QObject* object, QEvent* e) override; + private: struct SavesTabUi { |
