X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.h;h=fbcd553a8bcdcfcef1c2abe905e5ac681d24127b;hb=2be95cddca23b7815704262209152d44c7d146b6;hp=44d37a28a6a896d7335eed605a2cb844849a668c;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/qtui/mainwin.h b/src/qtui/mainwin.h index 44d37a28..fbcd553a 100644 --- a/src/qtui/mainwin.h +++ b/src/qtui/mainwin.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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();