Fix small typo in the QMdiArea documentation

Added missing whitespace character in the documentation for QMdiArea,
in the 'detailed explanation' section.

Change-Id: I6be1d664bc15e3e461c5fc3d8f82311cc6ea60ea
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
(cherry picked from commit 3cb2b5bfe3e3c84dcd4c1a04c8c981dbaf85f0a4)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Oliver Eftevaag 2021-01-15 14:11:21 +01:00 committed by Qt Cherry-pick Bot
parent 170a8693d3
commit c855608119

View File

@ -63,7 +63,7 @@
Subwindows in QMdiArea are instances of QMdiSubWindow. They Subwindows in QMdiArea are instances of QMdiSubWindow. They
are added to an MDI area with addSubWindow(). It is common to pass are added to an MDI area with addSubWindow(). It is common to pass
a QWidget, which is set as the internal widget, to this function, a QWidget, which is set as the internal widget, to this function,
but it is also possible to pass a QMdiSubWindow directly.The class but it is also possible to pass a QMdiSubWindow directly. The class
inherits QWidget, and you can use the same API as with a normal inherits QWidget, and you can use the same API as with a normal
top-level window when programming. QMdiSubWindow also has behavior top-level window when programming. QMdiSubWindow also has behavior
that is specific to MDI windows. See the QMdiSubWindow class that is specific to MDI windows. See the QMdiSubWindow class