make the sample code more consistent in context
authorXingtao Zhang <zhxt@ovi.com>
Fri, 8 Mar 2013 19:44:40 +0000 (19:44 +0000)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 12 Mar 2013 04:34:28 +0000 (05:34 +0100)
Change-Id: Id831032a937bf07b70515e95ff481ea8a741edeb
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>

src/imports/localstorage/plugin.cpp

index 1188605..d40433e 100644 (file)
@@ -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