X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fcoreaccountmodel.h;h=a765228315dad73187c9cce1ef7a6582c6f55e95;hb=a65f42197839da536975b3e2858eedcef420035f;hp=93d2d7ed183b8106163d37d371505efa0fef01e1;hpb=68878dc8366f2f4a0afe132847aad9a51a80cdbf;p=quassel.git diff --git a/src/client/coreaccountmodel.h b/src/client/coreaccountmodel.h index 93d2d7ed..a7652283 100644 --- a/src/client/coreaccountmodel.h +++ b/src/client/coreaccountmodel.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -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();