Changeset 769 for trunk/src/gui/kernel/qapplication_p.h
- Timestamp:
- Aug 2, 2010, 9:27:30 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/vendor/nokia/qt/4.6.3 (added) merged: 768 /branches/vendor/nokia/qt/current merged: 767 /branches/vendor/nokia/qt/4.6.2 removed
- Property svn:mergeinfo changed
-
trunk/src/gui/kernel/qapplication_p.h
r651 r769 429 429 static int mouse_double_click_time; 430 430 static int keyboard_input_time; 431 #ifndef QT_NO_WHEELEVENT 431 432 static int wheel_scroll_lines; 433 #endif 432 434 433 435 static bool animate_ui; … … 533 535 534 536 #if defined(Q_WS_WIN) 537 static bool HasTouchSupport; 535 538 static PtrRegisterTouchWindow RegisterTouchWindow; 536 539 static PtrGetTouchInputInfo GetTouchInputInfo; … … 568 571 #endif 569 572 570 #if defined(Q_WS_S60) 573 #if defined(Q_OS_SYMBIAN) 574 int pressureSupported; 571 575 int maxTouchPressure; 572 576 QList<QTouchEvent::TouchPoint> appAllTouchPoints;
Note:
See TracChangeset
for help on using the changeset viewer.