diff options
Diffstat (limited to 'qt-ui/usermanual.h')
-rw-r--r-- | qt-ui/usermanual.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/qt-ui/usermanual.h b/qt-ui/usermanual.h index c36226027..5101a3c3b 100644 --- a/qt-ui/usermanual.h +++ b/qt-ui/usermanual.h @@ -26,6 +26,15 @@ class UserManual : public QWidget { public: explicit UserManual(QWidget *parent = 0); + +#ifdef Q_OS_MAC +protected: + void showEvent(QShowEvent *e); + void hideEvent(QHideEvent *e); + QAction *closeAction; + QAction *filterAction; +#endif + private slots: void searchTextChanged(const QString& s); |