Changed the new layout of the settings files around a bit. SessionData is now
[quassel.git] / src / common / identity.h
index 5db1a9a..66d7153 100644 (file)
@@ -74,6 +74,8 @@ class Identity : public QObject {
     void awayReasonSet(const QString &awayReason);
     void returnMessageSet(const QString &returnMessage);
 
+    void updatedRemotely();
+
   private:
     bool _initialized;
     IdentityId _identityId;