X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;fp=src%2Fqtui%2Fmainwin.h;h=e5b6ba218fd7031c3c605fcfff458c256f1ee434;hb=6a95ba6273599fa24e79fb008e38197448c29605;hp=6f741f55c042d51edd7133be2dc6a0adae6ad50b;hpb=fe5ceb9ecfd9bbb83b96ba4f462b3f41688377bd;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);