summaryrefslogtreecommitdiffstats
path: root/doc/src/examples/wiggly.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/wiggly.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/wiggly.qdoc')
-rw-r--r--doc/src/examples/wiggly.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/wiggly.qdoc b/doc/src/examples/wiggly.qdoc
index 3685741..2bb3d64 100644
--- a/doc/src/examples/wiggly.qdoc
+++ b/doc/src/examples/wiggly.qdoc
@@ -29,7 +29,7 @@
\example widgets/wiggly
\title Wiggly Example
- The Wiggly example shows how to animate a widget using
+ \brief The Wiggly example shows how to animate a widget using
QBasicTimer and \l{QObject::timerEvent()}{timerEvent()}. In
addition, the example demonstrates how to use QFontMetrics to
determine the size of text on screen.
| 6 lines Revert revision 59913, because it was wrong: The sqlite3 dll, when compiled in debug mode, must be linked with /MDd to use the debug runtime library. Further, the dll will be named sqlite3_d.dll. ........ r59920 | christian.heimes | 2008-01-11 16:42:29 +0100 (Fri, 11 Jan 2008) | 1 line Removed unused variable ........