aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmltypeloader/SlowImport/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmltypeloader/SlowImport/plugin.h')
-rw-r--r--tests/auto/qml/qqmltypeloader/SlowImport/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmltypeloader/SlowImport/plugin.h b/tests/auto/qml/qqmltypeloader/SlowImport/plugin.h
index 34b3920a38..9cdd190963 100644
--- a/tests/auto/qml/qqmltypeloader/SlowImport/plugin.h
+++ b/tests/auto/qml/qqmltypeloader/SlowImport/plugin.h
@@ -38,7 +38,7 @@ class SlowPlugin : public QQmlExtensionPlugin
Q_PLUGIN_METADATA(IID QQmlExtensionInterface_iid)
public:
- void registerTypes(const char *uri);
+ void registerTypes(const char *uri) override;
};
#endif