diff options
Diffstat (limited to 'framework/src/frameworkplugin.h')
-rw-r--r-- | framework/src/frameworkplugin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/src/frameworkplugin.h b/framework/src/frameworkplugin.h index 519e0ba9..d5fd918f 100644 --- a/framework/src/frameworkplugin.h +++ b/framework/src/frameworkplugin.h | |||
@@ -29,5 +29,6 @@ class FrameworkPlugin : public QQmlExtensionPlugin | |||
29 | Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface") | 29 | Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface") |
30 | 30 | ||
31 | public: | 31 | public: |
32 | virtual void registerTypes(const char *uri); | 32 | void registerTypes(const char *uri) Q_DECL_OVERRIDE; |
33 | void initializeEngine(QQmlEngine *engine, const char *uri) Q_DECL_OVERRIDE; | ||
33 | }; | 34 | }; |