Fix small typo in the QMdiArea documentation

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

Pick-to: 6.0
Change-Id: I6be1d664bc15e3e461c5fc3d8f82311cc6ea60ea
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
bb10
Oliver Eftevaag 2021-01-15 14:11:21 +01:00
parent 914a43d8aa
commit 3cb2b5bfe3
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
Subwindows in QMdiArea are instances of QMdiSubWindow. They
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,
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
top-level window when programming. QMdiSubWindow also has behavior
that is specific to MDI windows. See the QMdiSubWindow class