summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcursor_p.h
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-05-30 11:26:53 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-31 09:13:01 +0200
commit94492d88a7f483e08af328cfe1e7f3695a8661a4 (patch)
tree6c240909821e863e8a284a293f57410b15bfd277 /src/gui/kernel/qcursor_p.h
parent8d27345327ce6af67cb04cf552bcbb2a02f0bec5 (diff)
Remove QCursor::handle
This used to be the Qt/Embedded's QCursor handle implementation. Change-Id: I31b8ed44ac9325defcb13d887949d9536a262be8 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/gui/kernel/qcursor_p.h')
-rw-r--r--src/gui/kernel/qcursor_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/kernel/qcursor_p.h b/src/gui/kernel/qcursor_p.h
index 8623c22200..2eabf2f156 100644
--- a/src/gui/kernel/qcursor_p.h
+++ b/src/gui/kernel/qcursor_p.h
@@ -76,7 +76,6 @@ public:
QBitmap *bm, *bmm;
QPixmap pixmap;
short hx, hy;
- int id;
static bool initialized;
void update();
static QCursorData *setBitmap(const QBitmap &bitmap, const QBitmap &mask, int hotX, int hotY);