summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2012-08-20 15:43:28 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-20 15:52:15 +0200
commitdd121752e9e71c44f82f9417ce567af69bd9f457 (patch)
treec51a408ebaaa9740cc56ee6777ef64b9784e9df2 /src/widgets/doc/src/widgets-and-layouts/layout.qdoc
parentf2fabf77f9bc18448aed0e99a6d7d1d6c5c9c736 (diff)
Replace \QD with the literal 'Qt Designer' to avoid warnings.
Change-Id: Ia28ab42531217df75b626638b1953c393d2e445e Reviewed-by: Gabriel de Dietrich <gabriel.dietrich-de@nokia.com>
Diffstat (limited to 'src/widgets/doc/src/widgets-and-layouts/layout.qdoc')
-rw-r--r--src/widgets/doc/src/widgets-and-layouts/layout.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
index 7389a2dad1..637e16df30 100644
--- a/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
+++ b/src/widgets/doc/src/widgets-and-layouts/layout.qdoc
@@ -79,8 +79,8 @@
Qt's layout classes were designed for hand-written C++ code, allowing
measurements to be specified in pixels for simplicity, so they are easy to
- understand and use. The code generated for forms created using \QD also
- uses the layout classes. \QD is useful to use when experimenting with the
+ understand and use. The code generated for forms created using Qt Designer also
+ uses the layout classes. Qt Designer is useful to use when experimenting with the
design of a form since it avoids the compile, link and run cycle usually
involved in user interface development.