summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorBrett Stottlemyer <bstottle@ford.com>2018-04-04 19:45:19 -0400
committerBrett Stottlemyer <bstottle@ford.com>2018-04-05 12:34:38 +0000
commit80941e2ddabba1df8f90c68465b75929f7816fee (patch)
tree5e26e885dfcf3ff84fc3c60928cd9d5f6b76a85c /tools
parent2804115c44326b87c357808d8f8d451e0fd324c2 (diff)
Address repc generated override warning
Change-Id: I43b994d34530c3ad624a5c0cf5c91c8a7b49c8c4 Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/repc/repcodegenerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/repc/repcodegenerator.cpp b/tools/repc/repcodegenerator.cpp
index cde0b81..fabc733 100644
--- a/tools/repc/repcodegenerator.cpp
+++ b/tools/repc/repcodegenerator.cpp
@@ -709,7 +709,7 @@ void RepCodeGenerator::generateClass(Mode mode, QTextStream &out, const ASTClass
out << "" << endl;
- out << " void initialize()" << endl;
+ out << " void initialize() override" << endl;
out << " {" << endl;
out << " " << className << "::registerMetatypes();" << endl;
out << " QVariantList properties;" << endl;