X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=bc4ba1ee29e8deb6fc47674e3ddcf6c48ec4618f;hp=8c9c1ec71781e024709aff8b4d77de7e4c90399a;hb=f8c55c528ed7e5e1fd0090b4bbd6ef30d9c0f251;hpb=8386eed0a503bd2683b908bc05d682231331894b diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 8c9c1ec7..bc4ba1ee 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -119,6 +119,7 @@ class MainWin void showAboutDlg(); void showChannelList(NetworkId netId = NetworkId()); void showCoreConnectionDlg(); + void showCoreConfigWizard(const QVariantList &); void showCoreInfoDlg(); void showAwayLog(); void showSettingsDlg(); @@ -127,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);