X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fmainwin.h;h=e5b6ba218fd7031c3c605fcfff458c256f1ee434;hb=6a95ba6273599fa24e79fb008e38197448c29605;hp=6f741f55c042d51edd7133be2dc6a0adae6ad50b;hpb=dc11e24b95e5b5e3595cc0e98eb2a572006912c7;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 6f741f55..e5b6ba21 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -135,6 +135,8 @@ private slots: void showNewTransferDlg(const QUuid &transferId); void onFullScreenToggled(); + void doAutoConnect(); + void handleCoreConnectionError(const QString &errorMsg); void userAuthenticationRequired(CoreAccount *, bool *valid, const QString &errorMessage); void handleNoSslInClient(bool *accepted);