X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=6f0bf84313cb7e426abda7e0f32ff3c580ae6cb6;hb=3c3ee5f15038e8fea3e634a6b08188db7ac8f856;hp=445b1d4e42830bdd9df9bab7ead532d9cbf7cd79;hpb=2088ce3b27f71c7c7e4f91d8f2428f7ccecf4074;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 445b1d4e..6f0bf843 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -85,6 +85,9 @@ public: void saveStateToSettings(UiSettings &); void restoreStateFromSettings(UiSettings &); + // We need to override this to add the show/hide menu bar option + virtual QMenu *createPopupMenu(); + public slots: void showStatusBarMessage(const QString &message); void hideCurrentBuffer(); @@ -123,6 +126,7 @@ private slots: void showNotificationsDlg(); void showIgnoreList(QString newRule = QString()); void showShortcutsDlg(); + void showPasswordChangeDlg(); void showNewTransferDlg(const ClientTransfer *transfer); void onFullScreenToggled();