X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fcoreinfo.h;fp=src%2Fcommon%2Fcoreinfo.h;h=284336cbbb31dc2f0de5fc2b131d8c327cff49f5;hp=26879d4ccfae4caf388129aa8b082cd53bc06797;hb=e375f7a6a6de045735a897ef05bf6dcc82770ff5;hpb=dcc541413235e39cc505061950d4aafa89367f98 diff --git a/src/common/coreinfo.h b/src/common/coreinfo.h index 26879d4c..284336cb 100644 --- a/src/common/coreinfo.h +++ b/src/common/coreinfo.h @@ -39,7 +39,15 @@ public: void setConnectedClientData(int, QVariantList); + /** + * Reset the core info state, clearing anything saved + */ + void reset(); + signals: + /** + * Signals that core information has changed + */ void coreDataChanged(QVariantMap); public slots: