forked from qt-creator/qt-creator
valgrind: s/Q_DECL_OVERRIDE/override/g
Change-Id: I627db3b06f9c62f466e692674f1074c667d070b7 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -60,7 +60,7 @@ private slots:
|
||||
void suppressError();
|
||||
|
||||
private:
|
||||
QList<QAction *> customActions() const Q_DECL_OVERRIDE;
|
||||
QList<QAction *> customActions() const override;
|
||||
|
||||
QAction *m_suppressAction;
|
||||
QString m_defaultSuppFile;
|
||||
|
||||
Reference in New Issue
Block a user