X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;fp=src%2Fqtui%2Fmainwin.h;h=fbcd553a8bcdcfcef1c2abe905e5ac681d24127b;hp=314b72e2b49c003845eba7c748524add3c035b68;hb=1a5c1814a0c52f6f35e65c7033b2f896bf1188e3;hpb=df38a9238d603ec8d2040619befa50980d994916 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();