Changeset 769 for trunk/src/gui/kernel/qapplication_mac.mm
- 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_mac.mm
r651 r769 2144 2144 2145 2145 if (wheel_deltaX || wheel_deltaY) { 2146 #ifndef QT_NO_WHEELEVENT 2146 2147 if (wheel_deltaX) { 2147 2148 QWheelEvent qwe(plocal, p, wheel_deltaX, buttons, modifiers, Qt::Horizontal); … … 2166 2167 } 2167 2168 } 2169 #endif // QT_NO_WHEELEVENT 2168 2170 } else { 2169 2171 #ifdef QMAC_SPEAK_TO_ME … … 2718 2720 } 2719 2721 2722 #ifndef QT_NO_WHEELEVENT 2720 2723 void QApplication::setWheelScrollLines(int n) 2721 2724 { … … 2727 2730 return QApplicationPrivate::wheel_scroll_lines; 2728 2731 } 2732 #endif 2729 2733 2730 2734 void QApplication::setEffectEnabled(Qt::UIEffect effect, bool enable) … … 2889 2893 QApplication::setCursorFlashTime(num); 2890 2894 2895 #ifndef QT_NO_WHEELEVENT 2891 2896 num = settings.value(QLatin1String("wheelScrollLines"), 2892 2897 QApplication::wheelScrollLines()).toInt(); 2893 2898 QApplication::setWheelScrollLines(num); 2899 #endif 2894 2900 2895 2901 QString colorspec = settings.value(QLatin1String("colorSpec"),
Note:
See TracChangeset
for help on using the changeset viewer.