diff options
author | Martin Jones <martin.jones@nokia.com> | 2010-10-06 07:55:15 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2010-10-06 07:55:15 (GMT) |
commit | 7d79beeb4c88d4e5fb8d7aecd8dd07419b465f55 (patch) | |
tree | 4a7949907e37d640ba6f005e49d401cb34b45ad7 /mkspecs/linux-g++-maemo | |
parent | 9d2078629b54a44defda7fa491824df437ffea11 (diff) | |
download | Qt-7d79beeb4c88d4e5fb8d7aecd8dd07419b465f55.zip Qt-7d79beeb4c88d4e5fb8d7aecd8dd07419b465f55.tar.gz Qt-7d79beeb4c88d4e5fb8d7aecd8dd07419b465f55.tar.bz2 |
Set reasonable QT_GUI_DRAG_DISTANCE in mkspecs/linux-g++-maemo/qplatformdefs.h
Task-number: QT-3930
Diffstat (limited to 'mkspecs/linux-g++-maemo')
-rw-r--r-- | mkspecs/linux-g++-maemo/qplatformdefs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/linux-g++-maemo/qplatformdefs.h b/mkspecs/linux-g++-maemo/qplatformdefs.h index d7feb9e..df6152a 100644 --- a/mkspecs/linux-g++-maemo/qplatformdefs.h +++ b/mkspecs/linux-g++-maemo/qplatformdefs.h @@ -42,3 +42,4 @@ #include "../linux-g++/qplatformdefs.h" #define QT_GUI_DOUBLE_CLICK_RADIUS 20 +#define QT_GUI_DRAG_DISTANCE 16 |