summaryrefslogtreecommitdiffstats
path: root/doc/src/examples
diff options
context:
space:
mode:
authorMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-04-30 11:10:04 (GMT)
committerMorten Engvoldsen <morten.engvoldsen@nokia.com>2009-04-30 11:10:21 (GMT)
commit9cb0419bd9559b5c9e0a95711a81391556306e51 (patch)
treed0417a955468139afd754eaa5a227f907eb27f75 /doc/src/examples
parentdb6f14776a298201e68e1d3646bb99b740c12867 (diff)
downloadQt-9cb0419bd9559b5c9e0a95711a81391556306e51.zip
Qt-9cb0419bd9559b5c9e0a95711a81391556306e51.tar.gz
Qt-9cb0419bd9559b5c9e0a95711a81391556306e51.tar.bz2
Correcting typo
Missed a whitespace - corrected it. No task
Diffstat (limited to 'doc/src/examples')
-rw-r--r--doc/src/examples/flowlayout.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/examples/flowlayout.qdoc b/doc/src/examples/flowlayout.qdoc
index 5fdafe2..3e7ec22 100644
--- a/doc/src/examples/flowlayout.qdoc
+++ b/doc/src/examples/flowlayout.qdoc
@@ -53,7 +53,7 @@
The Flowlayout class mainly uses QLayout and QWidgetItem, while the
Window uses QWidget and QLabel. We will only document the definition
- and implementation of \cFlowLayout below.
+ and implementation of \c FlowLayout below.
\section1 FlowLayout Class Definition
@@ -156,4 +156,4 @@
the parent is a QLayout, will be determined by querying the spacing
of the parent layout.
-*/ \ No newline at end of file
+*/