diff options
author | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-02-08 14:12:34 (GMT) |
---|---|---|
committer | Denis Dzyubenko <denis.dzyubenko@nokia.com> | 2010-02-08 14:17:46 (GMT) |
commit | f09fc6c958ac8f0307686cd8a59a1adc92771b0c (patch) | |
tree | 6cd3fb8934f8c49952d45e3ce06b2c5f82d5a712 /src/gui/kernel/qapplication_p.h | |
parent | f7ad03a30b69143a6670424a756d65860c428430 (diff) | |
download | Qt-f09fc6c958ac8f0307686cd8a59a1adc92771b0c.zip Qt-f09fc6c958ac8f0307686cd8a59a1adc92771b0c.tar.gz Qt-f09fc6c958ac8f0307686cd8a59a1adc92771b0c.tar.bz2 |
Compile fix for embedded.
Reviewed-by: trustme
Diffstat (limited to 'src/gui/kernel/qapplication_p.h')
-rw-r--r-- | src/gui/kernel/qapplication_p.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/kernel/qapplication_p.h b/src/gui/kernel/qapplication_p.h index 0764553..d19d86e 100644 --- a/src/gui/kernel/qapplication_p.h +++ b/src/gui/kernel/qapplication_p.h @@ -518,17 +518,13 @@ public: QGestureManager *gestureManager; QWidget *gestureWidget; -#if defined(Q_WS_X11) || defined(Q_WS_WIN) QPixmap *move_cursor; QPixmap *copy_cursor; QPixmap *link_cursor; -#endif #if defined(Q_WS_WIN) QPixmap *ignore_cursor; #endif -#if defined(Q_WS_X11) || defined(Q_WS_WIN) QPixmap getPixmapCursor(Qt::CursorShape cshape); -#endif QMap<int, QWeakPointer<QWidget> > widgetForTouchPointId; QMap<int, QTouchEvent::TouchPoint> appCurrentTouchPoints; |