summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src/windows-and-dialogs
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@nokia.com>2012-08-16 15:10:03 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-21 11:05:20 +0200
commitef98762dc6f4f2175b3f26cdf99242afadc4e8be (patch)
tree5eabf560fbd8af397b25790f352aabb5139ec664 /src/widgets/doc/src/windows-and-dialogs
parent083e4c7e51e5afbd672376d2e4b248fc367ea85c (diff)
Whitespace fixes
Change-Id: Ibfb48076ad62804344db6e9e97ac90fdcf82dc04 Reviewed-by: Laszlo Papp <lpapp@kde.org> Reviewed-by: Frederik Gladhorn <frederik.gladhorn@nokia.com>
Diffstat (limited to 'src/widgets/doc/src/windows-and-dialogs')
-rw-r--r--src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc b/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc
index 8dc6f51f4c..21721eb7ee 100644
--- a/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc
+++ b/src/widgets/doc/src/windows-and-dialogs/mainwindow.qdoc
@@ -160,7 +160,7 @@
These classes provide everything you need for a typical modern main
application window, like the main window itself, menu and tool bars,
a status bar, etc.
-
+
\annotatedlist mainwindow-classes
\section1 The Main Window Classes
@@ -237,7 +237,7 @@
\snippet dockwidgets/mainwindow.cpp 0
In this example, the dock widget can only be placed in the left and
- right dock areas, and it is initially placed in the left dock area.
+ right dock areas, and it is initially placed in the left dock area.
The QMainWindow API allows the programmer to customize which dock
widget areas occupy the four corners of the dock widget area. If