summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquickcontrolsettings_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/qquickcontrolsettings_p.h')
-rw-r--r--src/controls/Private/qquickcontrolsettings_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/controls/Private/qquickcontrolsettings_p.h b/src/controls/Private/qquickcontrolsettings_p.h
index 72a1ca6a..d7352db3 100644
--- a/src/controls/Private/qquickcontrolsettings_p.h
+++ b/src/controls/Private/qquickcontrolsettings_p.h
@@ -51,6 +51,7 @@ class QQuickControlSettings : public QObject
Q_PROPERTY(qreal dragThreshold READ dragThreshold CONSTANT)
Q_PROPERTY(bool hasTouchScreen READ hasTouchScreen CONSTANT)
Q_PROPERTY(bool isMobile READ isMobile CONSTANT)
+ Q_PROPERTY(bool hoverEnabled READ hoverEnabled CONSTANT)
public:
QQuickControlSettings(QQmlEngine *engine);
@@ -68,6 +69,7 @@ public:
bool hasTouchScreen() const;
bool isMobile() const;
+ bool hoverEnabled() const;
signals:
void styleChanged();