X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreaccount.h;h=d8acb4284510528d084f527ce13a531bb0e45bef;hb=bfeb38f1572e44bdfbfb7f4d47d6dc6ecc20439f;hp=b608f9ee631f8dd4e9e1bcac7d23c621c0bbe27e;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git 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