diff options
Diffstat (limited to 'src/quicktemplates/qquickcontrol.cpp')
| -rw-r--r-- | src/quicktemplates/qquickcontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quicktemplates/qquickcontrol.cpp b/src/quicktemplates/qquickcontrol.cpp index 3489c2574b..c1a3ca7be8 100644 --- a/src/quicktemplates/qquickcontrol.cpp +++ b/src/quicktemplates/qquickcontrol.cpp @@ -1488,7 +1488,7 @@ void QQuickControl::setHovered(bool hovered) \qmlproperty bool QtQuick.Controls::Control::hoverEnabled This property determines whether the control accepts hover events. The default value - is \c Qt.styleHints.useHoverEffects. + is \c Application.styleHints.useHoverEffects. Setting this property propagates the value to all child controls that do not have \c hoverEnabled explicitly set. |
