aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cppeditor/cppeditorplugin.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-03 15:32:45 +0200
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-06-04 12:25:58 +0000
commita1b8e94f0b82c8a1f3d7c06a9a50ae0055fd96f1 (patch)
tree2982db9f65b4cf350e3d6ee3cc0cb300a628bf33 /src/plugins/cppeditor/cppeditorplugin.h
parente5da3d8aeb6edf4eb4dc64831c29a7f8bab6e1de (diff)
cppeditor: s/Q_DECL_OVERRIDE/override/g
Change-Id: Ie0b75ea64ec3927732b484983311990c8ca0d057 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
Diffstat (limited to 'src/plugins/cppeditor/cppeditorplugin.h')
-rw-r--r--src/plugins/cppeditor/cppeditorplugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cppeditor/cppeditorplugin.h b/src/plugins/cppeditor/cppeditorplugin.h
index a277362189..8745dc9bb4 100644
--- a/src/plugins/cppeditor/cppeditorplugin.h
+++ b/src/plugins/cppeditor/cppeditorplugin.h
@@ -86,7 +86,7 @@ private slots:
#ifdef WITH_TESTS
private:
- QList<QObject *> createTestObjects() const Q_DECL_OVERRIDE;
+ QList<QObject *> createTestObjects() const override;
private slots:
// The following tests expect that no projects are loaded on start-up.