aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@qt.io>2017-01-20 13:04:28 +0100
committerVenugopal Shivashankar <Venugopal.Shivashankar@qt.io>2017-01-27 15:32:03 +0000
commitfdf94daed26175d7cf1d5abf59acff5437ad68a1 (patch)
treecb713aff64d8f25e0bc7d8d31fde2d44ec22ad3d /src/imports
parent6a8eb9ef8d1f310c470ab0bfcdd35ded15c42607 (diff)
Doc: reinserted hello.qml which had been deleted by mistake
During the update of plugin.cpp this file was deleted by mistake. plugin.cpp still refers to it and it needs to be reinserted in src/quick/doc/snippets. Change-Id: Ie23c926ff6096392da96f0063c767009a3965a30 Reviewed-by: Venugopal Shivashankar <Venugopal.Shivashankar@qt.io>
Diffstat (limited to 'src/imports')
-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 6704283cb9..9191700b45 100644
--- a/src/imports/localstorage/plugin.cpp
+++ b/src/imports/localstorage/plugin.cpp
@@ -581,7 +581,7 @@ Database connections are automatically closed during Javascript garbage collecti
The API can be used from JavaScript functions in your QML:
-\snippet localstorage/localstorage/hello.qml 0
+\snippet qml/localstorage/hello.qml 0
The API conforms to the Synchronous API of the HTML5 Web Database API,
\link http://www.w3.org/TR/2009/WD-webdatabase-20091029/ W3C Working Draft 29 October 2009\endlink.