X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreaccountmodel.h;h=9814d08b211f184f8f87c61651251d27a76d9c7b;hb=bfeb38f1572e44bdfbfb7f4d47d6dc6ecc20439f;hp=93d2d7ed183b8106163d37d371505efa0fef01e1;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git diff --git a/src/client/coreaccountmodel.h b/src/client/coreaccountmodel.h index 93d2d7ed..9814d08b 100644 --- a/src/client/coreaccountmodel.h +++ b/src/client/coreaccountmodel.h @@ -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();