From 294a3e7b4797f508ebe629000ee2b2b7c7bd7302 Mon Sep 17 00:00:00 2001 From: Kevin Simons Date: Wed, 21 Sep 2011 12:19:46 +0200 Subject: Fix QApplication::startDragDistance() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1b95e25892935b2b6287b8fed719479e37dbcad5 Reviewed-on: http://codereview.qt-project.org/5308 Reviewed-by: Qt Sanity Bot Reviewed-by: Samuel Rødal --- src/widgets/kernel/qapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/widgets/kernel/qapplication.cpp b/src/widgets/kernel/qapplication.cpp index 2dfdbafabe..15ad5ec13e 100644 --- a/src/widgets/kernel/qapplication.cpp +++ b/src/widgets/kernel/qapplication.cpp @@ -3449,7 +3449,7 @@ void QApplication::setStartDragDistance(int l) int QApplication::startDragDistance() { - return qApp->styleHints()->startDragTime(); + return qApp->styleHints()->startDragDistance(); } /*! -- cgit v1.2.3