summaryrefslogtreecommitdiffstats
path: root/doc/src/qmlapp/debugging.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/qmlapp/debugging.qdoc')
-rw-r--r--doc/src/qmlapp/debugging.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/qmlapp/debugging.qdoc b/doc/src/qmlapp/debugging.qdoc
index c44fe5e14..c9a83a6cf 100644
--- a/doc/src/qmlapp/debugging.qdoc
+++ b/doc/src/qmlapp/debugging.qdoc
@@ -153,7 +153,7 @@ mechanisms.
For example, for a simple QML file like this:
\qml
-import QtQuick 2.3
+import QtQuick
Rectangle { width: 100; height: 100 }
\endqml