X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=bc4ba1ee29e8deb6fc47674e3ddcf6c48ec4618f;hb=846ce2425763e175e0453f2b3c3a2feab35e58c9;hp=5f15fa552090d3b6786d43f789f6c2ab0b96a94e;hpb=e4491717487ddbff71b9b5a59d7b4cba3eb67629;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 5f15fa55..bc4ba1ee 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -107,7 +107,6 @@ class MainWin protected slots: void connectedToCore(); void setConnectedState(); - void updateLagIndicator(int lag = -1); void disconnectedFromCore(); void setDisconnectedState(); @@ -120,6 +119,7 @@ class MainWin void showAboutDlg(); void showChannelList(NetworkId netId = NetworkId()); void showCoreConnectionDlg(); + void showCoreConfigWizard(const QVariantList &); void showCoreInfoDlg(); void showAwayLog(); void showSettingsDlg(); @@ -128,7 +128,7 @@ class MainWin #ifdef HAVE_KDE void showShortcutsDlg(); #endif - void startInternalCore(); + void handleCoreConnectionError(const QString &errorMsg); void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage); void handleNoSslInClient(bool *accepted); void handleNoSslInCore(bool *accepted); @@ -168,8 +168,6 @@ class MainWin KHelpMenu *_kHelpMenu; #endif - QLabel *coreLagLabel; - QLabel *sslLabel; MsgProcessorStatusWidget *_msgProcessorStatusWidget; CoreConnectionStatusWidget *_coreConnectionStatusWidget;