client: Clean up CoreAccount, add qDebug support
[quassel.git] / src / client / coreaccountmodel.h
index 93d2d7e..9814d08 100644 (file)
@@ -57,6 +57,7 @@ public:
     void update(const CoreAccountModel *other);
 
     bool operator==(const CoreAccountModel &other) const;
+    bool operator!=(const CoreAccountModel &other) const;
 
 public slots:
     void save();