aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-01-30 10:34:49 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-06 14:49:50 +0000
commit14bba8f6a43ae6deec4d4b0b43d07baa451fa304 (patch)
treeac652488b42b10db8867a4a2c117a6f52bfee92e
parent3835bf97e01c3457dcca438006dd523f6442f657 (diff)
Doc: Replace 'header' with 'footer' in DialogButtonBox documentation
Change-Id: Ia23ee4f6e894b32825152bee5954f2ae1f9c3d51 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 3e34041eef5c4d21aeeedcd33f3a37b2792d0150) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/quicktemplates/qquickdialogbuttonbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates/qquickdialogbuttonbox.cpp b/src/quicktemplates/qquickdialogbuttonbox.cpp
index ce8bf58bf9..33c5d798fd 100644
--- a/src/quicktemplates/qquickdialogbuttonbox.cpp
+++ b/src/quicktemplates/qquickdialogbuttonbox.cpp
@@ -478,7 +478,7 @@ QQuickDialogButtonBox::~QQuickDialogButtonBox()
Possible values:
\value DialogButtonBox.Header The button box is at the top, as a window or page header.
- \value DialogButtonBox.Footer The button box is at the bottom, as a window or page header.
+ \value DialogButtonBox.Footer The button box is at the bottom, as a window or page footer.
The default value is \c Footer.