migrating identities from QSettings to the storage backend
[quassel.git] / src / common / identity.h
index a71e0ee..829094a 100644 (file)
@@ -60,8 +60,8 @@ public:
 
   void setToDefaults();
 
-  bool operator==(const Identity &other);
-  bool operator!=(const Identity &other);
+  bool operator==(const Identity &other) const;
+  bool operator!=(const Identity &other) const;
 
   inline bool isValid() const { return id().isValid(); }