From 48d439833ac25c033a5c999a8f2dbf94561b5bca Mon Sep 17 00:00:00 2001 From: Ali Akhtarzada Date: Tue, 24 Jul 2012 10:16:56 +0200 Subject: [PATCH] Fix typo in QMdiArea docs Task-number: QTBUG-26498 Change-Id: I2c7b7a67c732eb58f1ffc2a137a675ac63dc6597 Reviewed-by: Geir Vattekar --- src/widgets/widgets/qmdiarea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/widgets/qmdiarea.cpp b/src/widgets/widgets/qmdiarea.cpp index c49fdd4138..a8b3ac860d 100644 --- a/src/widgets/widgets/qmdiarea.cpp +++ b/src/widgets/widgets/qmdiarea.cpp @@ -83,7 +83,7 @@ The subwindows are sorted by the current \l{QMdiArea::}{WindowOrder}. This is used for the subWindowList() - and for activateNextSubWindow() and acivatePreviousSubWindow(). + and for activateNextSubWindow() and activatePreviousSubWindow(). Also, it is used when cascading or tiling the windows with cascadeSubWindows() and tileSubWindows().