forked from qt-creator/qt-creator
Git: Add override
Change-Id: Iae0779c1efa8b3b46cf504f7bda00d614a4a157e Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
aedfbd5710
commit
4eb2224f47
@@ -118,7 +118,7 @@ public:
|
||||
GerritModel(const QSharedPointer<GerritParameters> &, QObject *parent = 0);
|
||||
~GerritModel();
|
||||
|
||||
QVariant data(const QModelIndex &index, int role) const;
|
||||
QVariant data(const QModelIndex &index, int role) const override;
|
||||
|
||||
GerritChangePtr change(const QModelIndex &index) const;
|
||||
QString toHtml(const QModelIndex &index) const;
|
||||
|
||||
Reference in New Issue
Block a user