X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=fbcd553a8bcdcfcef1c2abe905e5ac681d24127b;hb=2be95cddca23b7815704262209152d44c7d146b6;hp=314b72e2b49c003845eba7c748524add3c035b68;hpb=a95ad2de573027f9bee36db972bcae4195168d0c;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 314b72e2..fbcd553a 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -148,9 +148,7 @@ private slots: 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 onConfigureNetworksTriggered(); void onConfigureViewsTriggered();