aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/localstorage/doc/src/localstorage.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/localstorage/doc/src/localstorage.qdoc')
-rw-r--r--examples/quick/localstorage/doc/src/localstorage.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/quick/localstorage/doc/src/localstorage.qdoc b/examples/quick/localstorage/doc/src/localstorage.qdoc
index 45456abbab..f4dfa56dcf 100644
--- a/examples/quick/localstorage/doc/src/localstorage.qdoc
+++ b/examples/quick/localstorage/doc/src/localstorage.qdoc
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2012 Digia Plc and/or its subsidiary(-ies).
+** Copyright (C) 2013 Digia Plc and/or its subsidiary(-ies).
** Contact: http://www.qt-project.org/legal
**
** This file is part of the documentation of the Qt Toolkit.
@@ -26,13 +26,13 @@
****************************************************************************/
/*!
\title QtQuick Examples - Local Storage
- \example localstorage
- \brief This is a collection of QML local storage examples
+ \example quick/localstorage
+ \brief A collection of QML local storage examples.
\image qml-localstorage-example.png
This is a collection of small QML examples relating to local storage functionality.
- Hello World demos creating a simple SQL table and how to do inserting/selecting operations.
+ \e {Hello World} demonstrates creating a simple SQL table and doing insert/select operations.
*/