X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fnetworkssettingspage.h;h=5c9efca0e31fe2343929cc4c6a78feef8585ef1d;hb=e567422cdd0e3c805d4bb37b81d532cb762b983e;hp=a35bc0476550c67fde104b70cdce76f7aa131d0c;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/qtui/settingspages/networkssettingspage.h b/src/qtui/settingspages/networkssettingspage.h index a35bc047..5c9efca0 100644 --- a/src/qtui/settingspages/networkssettingspage.h +++ b/src/qtui/settingspages/networkssettingspage.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 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 * @@ -92,9 +92,7 @@ private slots: */ void clientNetworkCapsUpdated(); -#ifdef HAVE_SSL void sslUpdated(); -#endif void on_networkList_itemSelectionChanged(); void on_addNetwork_clicked(); @@ -134,14 +132,12 @@ private: NetworkId currentId; QHash networkInfos; bool _ignoreWidgetChanges{false}; -#ifdef HAVE_SSL CertIdentity* _cid{nullptr}; -#endif QIcon connectedIcon, connectingIcon, disconnectedIcon; // Status icons - QIcon infoIcon, warningIcon; + QIcon successIcon, unavailableIcon, questionIcon; CapSupportStatus _saslStatusSelected; /// Status of SASL support for currently-selected network