X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fcoreinfo.h;h=284336cbbb31dc2f0de5fc2b131d8c327cff49f5;hb=6fd69e84e6c395a108e6b2620c6428907b7d7efd;hp=26879d4ccfae4caf388129aa8b082cd53bc06797;hpb=bd5414d8bfe2be18ba051d4bbf936e9ead0cdf66;p=quassel.git 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: