X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=6f0bf84313cb7e426abda7e0f32ff3c580ae6cb6;hb=3c3ee5f15038e8fea3e634a6b08188db7ac8f856;hp=444442668151ffc73268fa04a60c79b4225721d8;hpb=eaa1bd30bc088e5cae6d8a742d7aedb3d8ff1897;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 44444266..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(); @@ -164,12 +168,9 @@ private slots: void changeActiveBufferView(bool backwards); void changeActiveBufferView(int bufferViewId); - void showChangePasswordDialog(); - signals: void connectToCore(const QVariantMap &connInfo); void disconnectFromCore(); - void changePassword(QString newPassword); private: #ifdef HAVE_KDE