diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-06-03 15:31:32 +0200 |
---|---|---|
committer | hjk <hjk@theqtcompany.com> | 2015-06-04 07:23:37 +0000 |
commit | 90a5fa607983d5c17321294deed36b039a37e934 (patch) | |
tree | a706cf8e6769f93abb328c7c7ccb082a28218a62 /src/plugins/valgrind/memcheckerrorview.h | |
parent | 6f5accfd98aada49f630eb5411de7dd26bd0db1e (diff) | |
download | qt-creator-90a5fa607983d5c17321294deed36b039a37e934.tar.gz |
valgrind: s/Q_DECL_OVERRIDE/override/g
Change-Id: I627db3b06f9c62f466e692674f1074c667d070b7
Reviewed-by: hjk <hjk@theqtcompany.com>
Diffstat (limited to 'src/plugins/valgrind/memcheckerrorview.h')
-rw-r--r-- | src/plugins/valgrind/memcheckerrorview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/valgrind/memcheckerrorview.h b/src/plugins/valgrind/memcheckerrorview.h index 468e2478f9..7af8c3b993 100644 --- a/src/plugins/valgrind/memcheckerrorview.h +++ b/src/plugins/valgrind/memcheckerrorview.h @@ -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; |