aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage/qquicklocalstorage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/localstorage/qquicklocalstorage.cpp')
-rw-r--r--src/imports/localstorage/qquicklocalstorage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/imports/localstorage/qquicklocalstorage.cpp b/src/imports/localstorage/qquicklocalstorage.cpp
index 0a66126fa9..4f74c9bd95 100644
--- a/src/imports/localstorage/qquicklocalstorage.cpp
+++ b/src/imports/localstorage/qquicklocalstorage.cpp
@@ -545,7 +545,7 @@ through the data.
To use the types in this module, import the module and call the
relevant functions using the \c LocalStorage type:
- \qml \QtMinorVersion
+ \qml
import QtQuick
import QtQuick.LocalStorage
@@ -575,7 +575,7 @@ using the Offline Storage API.
\section3 Open or Create a Database
-\qml \QtMinorVersion
+\qml
import QtQuick.LocalStorage as Sql
db = Sql.openDatabaseSync(identifier, version, description, estimated_size, callback(db))