X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=8caa8b3c4a2bf65adc2550c63ff4b1d686284892;hp=8c9c1ec71781e024709aff8b4d77de7e4c90399a;hb=67a80c804797ba432378ad6b81fc82b1aa0d9a1d;hpb=8386eed0a503bd2683b908bc05d682231331894b diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 8c9c1ec7..8caa8b3c 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -127,7 +127,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);