Skip to content

Commit d0d3fcd

Browse files
Doc: Capitalize header file in code snippet
Fixes: QTBUG-113584 Pick-to: 6.5 6.4 6.2 Change-Id: I2910eba4710e527baf258176921774dfa16b1485 Reviewed-by: Amir Masoud Abdol <[email protected]> Reviewed-by: Ulf Hermann <[email protected]>
1 parent 517d0ef commit d0d3fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qml/doc/src/qtqml-writing-a-module.qdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You can use the \l Q_IMPORT_QML_PLUGIN macro to create a reference to this symbo
9292
Add the following code to the main.cpp:
9393

9494
\badcode
95-
#include <QtQml/qqmlextensionplugin.h>
95+
#include <QtQml/QQmlExtensionPlugin>
9696
Q_IMPORT_QML_PLUGIN(ExtraModulePlugin)
9797
\endcode
9898

0 commit comments

Comments
 (0)