diff options
author | Jeremy Katz <jeremy.katz@nokia.com> | 2009-11-26 11:53:59 (GMT) |
---|---|---|
committer | Jeremy Katz <jeremy.katz@nokia.com> | 2009-11-26 11:53:59 (GMT) |
commit | 19039afd151f2c2401659904b89968d302149493 (patch) | |
tree | d21611c7686de351241e4bb66103bf88d900f5c3 /src/gui/painting | |
parent | a684c3429445ca88736ac8065a9d7ecfe58f3857 (diff) | |
download | Qt-19039afd151f2c2401659904b89968d302149493.zip Qt-19039afd151f2c2401659904b89968d302149493.tar.gz Qt-19039afd151f2c2401659904b89968d302149493.tar.bz2 |
remove an unused member from QGraphicsSystemCursor
Diffstat (limited to 'src/gui/painting')
-rw-r--r-- | src/gui/painting/qgraphicssystemcursor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/painting/qgraphicssystemcursor.h b/src/gui/painting/qgraphicssystemcursor.h index f4d911f..d385ac0 100644 --- a/src/gui/painting/qgraphicssystemcursor.h +++ b/src/gui/painting/qgraphicssystemcursor.h @@ -87,7 +87,6 @@ protected: QRect prevRect; // last place the cursor was drawn QGraphicsSystemScreen * screen; // Where to request an update - QWidget * currentWidget; // widget currently under the cursor QGraphicsSystemCursorImage * graphic; |