aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/localstorage
diff options
context:
space:
mode:
authorXingtao Zhang <zhxt@ovi.com>2013-03-08 19:44:40 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-03-12 05:34:28 +0100
commit93594e1299218eaee6f3bd7937626f48906843a5 (patch)
treee283dfb3b57cab177645f88a7d7c568ef3ad7a63 /src/imports/localstorage
parent1f6d469df21352eedb01e265eecb0b98b0148d3a (diff)
make the sample code more consistent in context
Change-Id: Id831032a937bf07b70515e95ff481ea8a741edeb Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/imports/localstorage')
-rw-r--r--src/imports/localstorage/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/localstorage/plugin.cpp b/src/imports/localstorage/plugin.cpp
index 11886050d1..d40433e96b 100644
--- a/src/imports/localstorage/plugin.cpp
+++ b/src/imports/localstorage/plugin.cpp
@@ -503,7 +503,7 @@ using the Offline Storage API.
\section3 Open or create a databaseData
\code
-import QtQuick.LocalStorage 2.0 as LS
+import QtQuick.LocalStorage 2.0 as Sql
db = Sql.openDatabaseSync(identifier, version, description, estimated_size, callback(db))
\endcode