Changeset 182 for trunk/src/gui/kernel/qwidget_pm.cpp
- Timestamp:
- Sep 15, 2009, 3:21:22 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/kernel/qwidget_pm.cpp
r169 r182 1402 1402 1403 1403 #ifndef QT_NO_CURSOR 1404 1405 1406 1404 1407 void QWidgetPrivate::setCursor_sys(const QCursor &cursor) 1405 1408 { 1406 // @todo implement, depends on #29 1409 Q_UNUSED(cursor); 1410 Q_Q(QWidget); 1411 qt_pm_set_cursor(q, false); 1407 1412 } 1408 1413 1409 1414 void QWidgetPrivate::unsetCursor_sys() 1410 1415 { 1411 // @todo implement, depends on #29 1416 Q_Q(QWidget); 1417 qt_pm_set_cursor(q, false); 1412 1418 } 1413 1419 #endif
Note:
See TracChangeset
for help on using the changeset viewer.