Changed the new layout of the settings files around a bit. SessionData is now
[quassel.git] / src / common / identity.h
index 446ecfe..66d7153 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-08 by the Quassel IRC Team                         *
+ *   Copyright (C) 2005-08 by the Quassel Project                          *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -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;