aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEren Bursali <[email protected]>2025-10-09 10:28:19 +0200
committerEren Bursali <[email protected]>2025-10-09 17:14:02 +0000
commita92b696b7017b00ac94e8d94597efd9e979aeacb (patch)
tree364ed19d38007f5d337d6c2c6f187fd154fd5c1c
parenta9818146f2a60e7183b3e973e848aadd956dbf7e (diff)
Docs: fix missing SpinBox control
Adding missing "\ingroup qtquickcontrols-input" to "qquickspinbox.cpp" so it will be displayed in "https://doc.qt.io/qt-6/qtquickcontrols-index.html". Fixes: QTBUG-140922 Pick-to: 6.10 Change-Id: I12fa3b6c4d74964173d32f594b0fe323dd3487f9 Reviewed-by: Kai Köhne <[email protected]>
-rw-r--r--src/quicktemplates/qquickspinbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates/qquickspinbox.cpp b/src/quicktemplates/qquickspinbox.cpp
index bdd0d46fa2..f63ad68bf6 100644
--- a/src/quicktemplates/qquickspinbox.cpp
+++ b/src/quicktemplates/qquickspinbox.cpp
@@ -24,7 +24,7 @@ static const int AUTO_REPEAT_INTERVAL = 100;
//! \nativetype QQuickSpinBox
\inqmlmodule QtQuick.Controls
\since 5.7
- \ingroup input
+ \ingroup qtquickcontrols-input
\ingroup qtquickcontrols-focusscopes
\brief Allows the user to select from a set of preset values.