We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 517d0ef commit d0d3fcdCopy full SHA for d0d3fcd
src/qml/doc/src/qtqml-writing-a-module.qdoc
@@ -92,7 +92,7 @@ You can use the \l Q_IMPORT_QML_PLUGIN macro to create a reference to this symbo
92
Add the following code to the main.cpp:
93
94
\badcode
95
-#include <QtQml/qqmlextensionplugin.h>
+#include <QtQml/QQmlExtensionPlugin>
96
Q_IMPORT_QML_PLUGIN(ExtraModulePlugin)
97
\endcode
98
0 commit comments