diff options
| author | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2021-04-11 11:12:51 +0200 |
|---|---|---|
| committer | Volker Hilsheimer <volker.hilsheimer@qt.io> | 2021-04-11 22:08:30 +0200 |
| commit | 0d28805cc7790511b9414a900be57f3b2d8d63a8 (patch) | |
| tree | 7024857bab292b347a48d77f1831bf37e5e23f28 /tests/auto/qml/qqmlmoduleplugin/protectedModule/plugin.cpp | |
| parent | 2181ef9d29c71273accab710a68907c5d42771db (diff) | |
Mark overrides in tests to silence compiler warnings
Pick-to: 6.1
Change-Id: Ieed929dcd7b550a1dc365d34b6f20f2f0e2d057f
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmlmoduleplugin/protectedModule/plugin.cpp')
| -rw-r--r-- | tests/auto/qml/qqmlmoduleplugin/protectedModule/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/protectedModule/plugin.cpp b/tests/auto/qml/qqmlmoduleplugin/protectedModule/plugin.cpp index bb5bb00adb..4b58348962 100644 --- a/tests/auto/qml/qqmlmoduleplugin/protectedModule/plugin.cpp +++ b/tests/auto/qml/qqmlmoduleplugin/protectedModule/plugin.cpp @@ -45,7 +45,7 @@ class MyPlugin : public QQmlExtensionPlugin public: MyPlugin() {} - void registerTypes(const char *uri) + void registerTypes(const char *uri) override { // The module is protected. The plugin can still be loaded, but it cannot register // any types. |
