summaryrefslogtreecommitdiffstats
path: root/src/widgets/kernel
diff options
context:
space:
mode:
authorHiweed Mandriva <hiweedmandriva@163.com>2020-10-28 14:38:53 +0800
committerHiweed Mandriva <hiweedmandriva@163.com>2020-10-29 10:47:16 +0800
commitb75d60abd2012d78387ec0751e205aef970a024b (patch)
treede16ea450cccaae66e4ed551fad283c99efb2133 /src/widgets/kernel
parent300953ed9eab080c4f065f713146e9c2d2bf5ec0 (diff)
doc : remove redundant ')'
Change-Id: I84a1a08889e04b4d6a33384a3f91d5bf3976871c Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io> Reviewed-by: Hiweed Mandriva <hiweedmandriva@163.com>
Diffstat (limited to 'src/widgets/kernel')
-rw-r--r--src/widgets/kernel/qwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp
index 4619a8713c..28a3c870c2 100644
--- a/src/widgets/kernel/qwidget.cpp
+++ b/src/widgets/kernel/qwidget.cpp
@@ -390,7 +390,7 @@ void QWidget::setAutoFillBackground(bool enabled)
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
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.
Every widget's constructor accepts one or two standard arguments: