From 1025b77fe09f010be71ac460475da144e742bf09 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Tue, 20 Mar 2012 17:57:07 +1000 Subject: Tidy up examples documentation Add missing doc images, move documentation into examples directory, and update example doc references to the new locations (quick/qml instead of declarative or qtquick). Change-Id: I67a9302f2b451b8bf30f4ca6b625f54b240da429 Reviewed-by: Jerome Pasion --- examples/localstorage/localstorage.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/localstorage/localstorage.qml') diff --git a/examples/localstorage/localstorage.qml b/examples/localstorage/localstorage.qml index f967518de8..714774c78e 100644 --- a/examples/localstorage/localstorage.qml +++ b/examples/localstorage/localstorage.qml @@ -43,7 +43,7 @@ import "../shared" as Examples /*! \title QtQuick Examples - Local Storage - \example qtquick/localstorage + \example localstorage \brief This is a collection of QML local storage examples \image qml-localstorage-example.png @@ -63,4 +63,4 @@ Item { addExample("Hello World", "Simple SQL operations with local storage API", Qt.resolvedUrl("hello.qml")); } } -} \ No newline at end of file +} -- cgit v1.2.3