X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fcoreaccountmodel.h;h=88bc341d97c5656d03b9e34a262b98e5e462abf4;hp=91082b2f40aeea006bb5a08ab0c0cc4e1029345c;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f;ds=sidebyside diff --git a/src/client/coreaccountmodel.h b/src/client/coreaccountmodel.h index 91082b2f..88bc341d 100644 --- a/src/client/coreaccountmodel.h +++ b/src/client/coreaccountmodel.h @@ -40,8 +40,8 @@ public: CoreAccountModel(QObject *parent = nullptr); CoreAccountModel(const CoreAccountModel *other, QObject *parent = nullptr); - inline int rowCount(const QModelIndex &parent = QModelIndex()) const; - virtual QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const; + inline int rowCount(const QModelIndex &parent = QModelIndex()) const override; + QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const override; CoreAccount account(const QModelIndex &) const; CoreAccount account(AccountId) const;