From b75d60abd2012d78387ec0751e205aef970a024b Mon Sep 17 00:00:00 2001 From: Hiweed Mandriva Date: Wed, 28 Oct 2020 14:38:53 +0800 Subject: [PATCH] doc : remove redundant ')' Change-Id: I84a1a08889e04b4d6a33384a3f91d5bf3976871c Reviewed-by: Volker Hilsheimer Reviewed-by: Hiweed Mandriva --- src/widgets/kernel/qwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/kernel/qwidget.cpp b/src/widgets/kernel/qwidget.cpp index 4619a8713cc..28a3c870c25 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: