valgrind: s/Q_DECL_OVERRIDE/override/g

Change-Id: I627db3b06f9c62f466e692674f1074c667d070b7
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-06-03 15:31:32 +02:00
committed by hjk
parent 6f5accfd98
commit 90a5fa6079
4 changed files with 7 additions and 7 deletions

View File

@@ -76,7 +76,7 @@ public:
private:
QWidget *createDetailsWidget(const QFont &font, const QModelIndex &errorIndex,
QWidget *parent) const;
QString textualRepresentation() const Q_DECL_OVERRIDE;
QString textualRepresentation() const override;
};
static QString makeFrameName(const Frame &frame, const QString &relativeTo,