Ignore:
Timestamp:
Aug 2, 2010, 9:27:30 PM (15 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.6.3 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/gui/kernel/qapplication_p.h

    r651 r769  
    429429    static int  mouse_double_click_time;
    430430    static int  keyboard_input_time;
     431#ifndef QT_NO_WHEELEVENT
    431432    static int  wheel_scroll_lines;
     433#endif
    432434
    433435    static bool animate_ui;
     
    533535
    534536#if defined(Q_WS_WIN)
     537    static bool HasTouchSupport;
    535538    static PtrRegisterTouchWindow RegisterTouchWindow;
    536539    static PtrGetTouchInputInfo GetTouchInputInfo;
     
    568571#endif
    569572
    570 #if defined(Q_WS_S60)
     573#if defined(Q_OS_SYMBIAN)
     574    int pressureSupported;
    571575    int maxTouchPressure;
    572576    QList<QTouchEvent::TouchPoint> appAllTouchPoints;
Note: See TracChangeset for help on using the changeset viewer.