Add SslInfoDlg as a nice way to show information about an SSL connection
[quassel.git] / src / qtui / mainwin.h
index bee2cd2..d14a7c6 100644 (file)
@@ -42,6 +42,8 @@ class BufferHotListFilter;
 class BufferView;
 class BufferViewConfig;
 class ClientBufferViewConfig;
+class CoreAccount;
+class CoreConnectionStatusWidget;
 class BufferViewDock;
 class BufferWidget;
 class InputWidget;
@@ -118,7 +120,8 @@ class MainWin
     void showAboutDlg();
     void showChannelList(NetworkId netId = NetworkId());
     void startInternalCore();
-    void showCoreConnectionDlg(bool autoConnect = false);
+    void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage);
+    void showCoreConnectionDlg();
     void showCoreInfoDlg();
     void showAwayLog();
     void showSettingsDlg();
@@ -161,7 +164,8 @@ class MainWin
 
     QLabel *coreLagLabel;
     QLabel *sslLabel;
-    MsgProcessorStatusWidget *msgProcessorStatusWidget;
+    MsgProcessorStatusWidget *_msgProcessorStatusWidget;
+    CoreConnectionStatusWidget *_coreConnectionStatusWidget;
 
     TitleSetter _titleSetter;