doc : remove redundant ')'

Change-Id: I84a1a08889e04b4d6a33384a3f91d5bf3976871c
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Reviewed-by: Hiweed Mandriva <hiweedmandriva@163.com>
This commit is contained in:
Hiweed Mandriva 2020-10-28 14:38:53 +08:00
parent 300953ed9e
commit b75d60abd2

View File

@ -390,7 +390,7 @@ void QWidget::setAutoFillBackground(bool enabled)
A widget that is not embedded in a parent widget is called a window. A widget that is not embedded in a parent widget is called a window.
Usually, windows have a frame and a title bar, although it is also possible Usually, windows have a frame and a title bar, although it is also possible
to create windows without such decoration using suitable to create windows without such decoration using suitable
\l{Qt::WindowFlags}{window flags}). In Qt, QMainWindow and the various \l{Qt::WindowFlags}{window flags}. In Qt, QMainWindow and the various
subclasses of QDialog are the most common window types. subclasses of QDialog are the most common window types.
Every widget's constructor accepts one or two standard arguments: Every widget's constructor accepts one or two standard arguments: