X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsettingspages%2Fnetworkssettingspage.h;fp=src%2Fqtui%2Fsettingspages%2Fnetworkssettingspage.h;h=1e32ccd1a7b1b60fd8094ee9a1756e0f55980d7f;hp=3ce019070ec28bcf5ea8775eaa7bd5996ce0f623;hb=c17297c5f5bcec99c59f731fd879055a04f1edb8;hpb=8fb51dcb129db8399209e9d07b518063d1a910f1 diff --git a/src/qtui/settingspages/networkssettingspage.h b/src/qtui/settingspages/networkssettingspage.h index 3ce01907..1e32ccd1 100644 --- a/src/qtui/settingspages/networkssettingspage.h +++ b/src/qtui/settingspages/networkssettingspage.h @@ -59,6 +59,16 @@ private slots: void displayNetwork(NetworkId); void setItemState(NetworkId, QListWidgetItem *item = 0); + /** + * Reset the capability-dependent settings to the default unknown states + * + * For example, this updates the SASL text to indicate the status is unknown. Any actual + * information should be set by setNetworkCapStates() + * + * @see NetworksSettingsPage::setNetworkCapStates() + */ + void resetNetworkCapStates(); + /** * Update the capability-dependent settings according to what the server supports *