summaryrefslogtreecommitdiff
path: root/src/controls/Private/qquickcontrolsettings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controls/Private/qquickcontrolsettings.cpp')
-rw-r--r--src/controls/Private/qquickcontrolsettings.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/controls/Private/qquickcontrolsettings.cpp b/src/controls/Private/qquickcontrolsettings.cpp
index d89ffc1e..e1d0cabb 100644
--- a/src/controls/Private/qquickcontrolsettings.cpp
+++ b/src/controls/Private/qquickcontrolsettings.cpp
@@ -45,6 +45,8 @@
#include <qqmlengine.h>
#include <qdir.h>
#include <QTouchDevice>
+#include <QGuiApplication>
+#include <QStyleHints>
QT_BEGIN_NAMESPACE
@@ -175,5 +177,10 @@ qreal QQuickControlSettings::dpiScaleFactor() const
return 1.0;
}
+qreal QQuickControlSettings::dragThreshold() const
+{
+ return qApp->styleHints()->startDragDistance();
+}
+
QT_END_NAMESPACE