Removed some unused #defines from iOS qplatformdefs.h
Removed QT_GUI_DRAG_DISTANCE & QT_GUI_DOUBLE_CLICK_DISTANCE from the iOS qplatformdefs.h header as these values are dependant on display pitch and should be calculated by the platform plugin. Change-Id: I00c377483ad73cad19a2fe729cb3f45e9271e3ac Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>
This commit is contained in:
parent
e92c1976a6
commit
427cfaaa49
@ -94,7 +94,4 @@
|
||||
#define QT_SNPRINTF ::snprintf
|
||||
#define QT_VSNPRINTF ::vsnprintf
|
||||
|
||||
#define QT_GUI_DRAG_DISTANCE 12
|
||||
#define QT_GUI_DOUBLE_CLICK_DISTANCE 12
|
||||
|
||||
#endif // QPLATFORMDEFS_H
|
||||
|
Loading…
Reference in New Issue
Block a user