X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=5f15fa552090d3b6786d43f789f6c2ab0b96a94e;hp=d14a7c633d0a210628830f2371ea63097201909f;hb=e4491717487ddbff71b9b5a59d7b4cba3eb67629;hpb=e052c6532456d818b804ce726c8a6e66c81ad8a0 diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index d14a7c63..5f15fa55 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -119,8 +119,6 @@ class MainWin void messagesInserted(const QModelIndex &parent, int start, int end); void showAboutDlg(); void showChannelList(NetworkId netId = NetworkId()); - void startInternalCore(); - void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage); void showCoreConnectionDlg(); void showCoreInfoDlg(); void showAwayLog(); @@ -130,6 +128,14 @@ class MainWin #ifdef HAVE_KDE void showShortcutsDlg(); #endif + void startInternalCore(); + void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage); + void handleNoSslInClient(bool *accepted); + void handleNoSslInCore(bool *accepted); +#ifdef HAVE_SSL + void handleSslErrors(const QSslSocket *socket, bool *accepted, bool *permanently); +#endif + void on_actionConfigureNetworks_triggered(); void on_actionConfigureViews_triggered(); void on_actionLockLayout_toggled(bool lock);