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_mac.mm

    r651 r769  
    21442144
    21452145            if (wheel_deltaX || wheel_deltaY) {
     2146#ifndef QT_NO_WHEELEVENT
    21462147                if (wheel_deltaX) {
    21472148                    QWheelEvent qwe(plocal, p, wheel_deltaX, buttons, modifiers, Qt::Horizontal);
     
    21662167                    }
    21672168                }
     2169#endif // QT_NO_WHEELEVENT
    21682170            } else {
    21692171#ifdef QMAC_SPEAK_TO_ME
     
    27182720}
    27192721
     2722#ifndef QT_NO_WHEELEVENT
    27202723void QApplication::setWheelScrollLines(int n)
    27212724{
     
    27272730    return QApplicationPrivate::wheel_scroll_lines;
    27282731}
     2732#endif
    27292733
    27302734void QApplication::setEffectEnabled(Qt::UIEffect effect, bool enable)
     
    28892893        QApplication::setCursorFlashTime(num);
    28902894
     2895#ifndef QT_NO_WHEELEVENT
    28912896        num = settings.value(QLatin1String("wheelScrollLines"),
    28922897                            QApplication::wheelScrollLines()).toInt();
    28932898        QApplication::setWheelScrollLines(num);
     2899#endif
    28942900
    28952901        QString colorspec = settings.value(QLatin1String("colorSpec"),
Note: See TracChangeset for help on using the changeset viewer.