X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreaccount.h;fp=src%2Fclient%2Fcoreaccount.h;h=d8acb4284510528d084f527ce13a531bb0e45bef;hp=b608f9ee631f8dd4e9e1bcac7d23c621c0bbe27e;hb=db6e6642a43143bc45ddb0732d144815b68e37f8;hpb=5fc6f7e2d63b45770574260afd6ce535e9548d23 diff --git a/src/client/coreaccount.h b/src/client/coreaccount.h index b608f9ee..d8acb428 100644 --- a/src/client/coreaccount.h +++ b/src/client/coreaccount.h @@ -22,6 +22,7 @@ #define COREACCOUNT_H_ #include +#include #include #include #include @@ -78,6 +79,7 @@ public: virtual void fromVariantMap(const QVariantMap &); bool operator==(const CoreAccount &other) const; + bool operator!=(const CoreAccount &other) const; private: AccountId _accountId; @@ -92,5 +94,6 @@ private: uint _proxyPort; }; +QDebug operator<<(QDebug dbg, const CoreAccount &msg); #endif