summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/masterdetail.qdoc
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2011-09-01 13:14:42 (GMT)
committerCasper van Donderen <casper.vandonderen@nokia.com>2011-09-01 13:15:25 (GMT)
commitf79ce83f487b384133a2657f33f7c2853d8e89a2 (patch)
tree19ed48c75e376b5258db06626f79067a7335852b /doc/src/examples/masterdetail.qdoc
parente8d827da1567aa15a88f0041ca28b126a7ccdf52 (diff)
downloadQt-f79ce83f487b384133a2657f33f7c2853d8e89a2.zip
Qt-f79ce83f487b384133a2657f33f7c2853d8e89a2.tar.gz
Qt-f79ce83f487b384133a2657f33f7c2853d8e89a2.tar.bz2
Add a brief to all demos and examples for manifest
Conflicts: doc/src/examples/broadcastreceiver.qdoc doc/src/examples/combowidgetmapper.qdoc doc/src/examples/dragdroprobot.qdoc doc/src/examples/elasticnodes.qdoc doc/src/examples/fademessage.qdoc doc/src/examples/fingerpaint.qdoc doc/src/examples/portedasteroids.qdoc doc/src/examples/portedcanvas.qdoc doc/src/examples/qml-examples.qdoc doc/src/examples/recipes.qdoc doc/src/examples/rsslisting.qdoc doc/src/examples/schema.qdoc
Diffstat (limited to 'doc/src/examples/masterdetail.qdoc')
-rw-r--r--doc/src/examples/masterdetail.qdoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/src/examples/masterdetail.qdoc b/doc/src/examples/masterdetail.qdoc
index 16ddb3e..06bf228 100644
--- a/doc/src/examples/masterdetail.qdoc
+++ b/doc/src/examples/masterdetail.qdoc
@@ -29,8 +29,10 @@
\example sql/masterdetail
\title Master Detail Example
- The Master Detail Example shows how to present data from different
- data sources in the same application. The album titles, and the
+ \brief The Master Detail Example shows how to present data from different
+ data sources in the same application.
+
+ The album titles, and the
corresponding artists and release dates, are kept in a
database, while each album's tracks are stored in an XML
file.