aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/snippets
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2025-04-10 09:36:36 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2025-04-10 10:29:34 +0200
commit8ff4d90918bfc9cc866ccf9d25182b266a2027e0 (patch)
tree518797efe6a3137eaa4de862bcac0ed9afbcd41e /src/qml/doc/snippets
parent7697dcbe7ddea944237250f7f84d03cfc3e4b283 (diff)
Doc: De-nokia-fy QML import documentation snippet
The text on the page "Identified Modules" has already been updated to use com.mycompany.qml.mymodule as example URI. The snippet that's included at the top of the page has been missed. Pick-to: 6.8 6.9 Change-Id: I05df857d8f9df24e70dafa6b8de3353736d268fb Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/doc/snippets')
-rw-r--r--src/qml/doc/snippets/qml/imports/installed-module.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/snippets/qml/imports/installed-module.qml b/src/qml/doc/snippets/qml/imports/installed-module.qml
index fa8534b4f8..2d59b4721a 100644
--- a/src/qml/doc/snippets/qml/imports/installed-module.qml
+++ b/src/qml/doc/snippets/qml/imports/installed-module.qml
@@ -3,7 +3,7 @@
//! [imports]
import QtQuick
-import com.nokia.qml.mymodule 1.0
+import com.mycompany.qml.mymodule 1.0
//! [imports]
Item {