From: Xingtao Zhang Date: Fri, 8 Mar 2013 19:44:40 +0000 (+0000) Subject: make the sample code more consistent in context X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=93594e1299218eaee6f3bd7937626f48906843a5;p=konrad%2Fqtdeclarative.git make the sample code more consistent in context Change-Id: Id831032a937bf07b70515e95ff481ea8a741edeb Reviewed-by: Jerome Pasion --- diff --git a/src/imports/localstorage/plugin.cpp b/src/imports/localstorage/plugin.cpp index 1188605..d40433e 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