summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/src/qt6-changes.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/doc/src/qt6-changes.qdoc')
-rw-r--r--src/widgets/doc/src/qt6-changes.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widgets/doc/src/qt6-changes.qdoc b/src/widgets/doc/src/qt6-changes.qdoc
index 585021efeb..d689ed173b 100644
--- a/src/widgets/doc/src/qt6-changes.qdoc
+++ b/src/widgets/doc/src/qt6-changes.qdoc
@@ -43,7 +43,7 @@
\section1 Kernel classes
- \section2 QWidget
+ \section2 The QWidget class
The virtual QWidget::enterEvent() handler now receives a QEnterEvent*
parameter which has information about the pointer position, rather than
@@ -71,12 +71,12 @@
\section1 Widgets
- \section2 QAbstractButton
+ \section2 The QAbstractButton class
The default timeout parameter for QAbstractButton::animateClick() is
removed to allow modern connection syntax without the need for qOverload.
- \section2 QComboBox
+ \section2 The QComboBox class
The QComboBox::setModel() function is now virtual.