diff options
author | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-04-30 11:10:04 (GMT) |
---|---|---|
committer | Morten Engvoldsen <morten.engvoldsen@nokia.com> | 2009-04-30 11:10:21 (GMT) |
commit | 9cb0419bd9559b5c9e0a95711a81391556306e51 (patch) | |
tree | d0417a955468139afd754eaa5a227f907eb27f75 /doc/src | |
parent | db6f14776a298201e68e1d3646bb99b740c12867 (diff) | |
download | Qt-9cb0419bd9559b5c9e0a95711a81391556306e51.zip Qt-9cb0419bd9559b5c9e0a95711a81391556306e51.tar.gz Qt-9cb0419bd9559b5c9e0a95711a81391556306e51.tar.bz2 |
Correcting typo
Missed a whitespace - corrected it. No task
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/examples/flowlayout.qdoc | 4 |
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 +*/ |