summaryrefslogtreecommitdiffstats
path: root/src/tools/uic/cpp/cppwriteincludes.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-02 11:37:43 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-02 10:48:29 +0000
commit0683bbc67ccd5ad5d3a4c8afc6ed968b473bd2d3 (patch)
tree2c04bfcb4c4075ec7b54e5cf2fc812c2fe618ea6 /src/tools/uic/cpp/cppwriteincludes.h
parent2f8dcdf93cb2a6156d461679d8eecd9cc4a152f8 (diff)
Fix remaining Q_DECL_OVERRIDE instances
Change-Id: I512ea5a6c8cf2928b276af7f83f00a1df5879595 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'src/tools/uic/cpp/cppwriteincludes.h')
-rw-r--r--src/tools/uic/cpp/cppwriteincludes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/uic/cpp/cppwriteincludes.h b/src/tools/uic/cpp/cppwriteincludes.h
index 7f03849798..e9247f4cc4 100644
--- a/src/tools/uic/cpp/cppwriteincludes.h
+++ b/src/tools/uic/cpp/cppwriteincludes.h
@@ -58,9 +58,9 @@ struct WriteIncludes : public TreeWalker
//
// actions
//
- void acceptActionGroup(DomActionGroup *node) Q_DECL_OVERRIDE;
- void acceptAction(DomAction *node) Q_DECL_OVERRIDE;
- void acceptActionRef(DomActionRef *node) Q_DECL_OVERRIDE;
+ void acceptActionGroup(DomActionGroup *node) override;
+ void acceptAction(DomAction *node) override;
+ void acceptActionRef(DomActionRef *node) override;
//
// custom widgets