summaryrefslogtreecommitdiffstats
path: root/src/plugins/gfxdrivers/directfb/qdirectfbmouse.h
diff options
context:
space:
mode:
authorAnders Bakken <anders.bakken@nokia.com>2009-04-29 02:15:11 (GMT)
committerAnders Bakken <anders.bakken@nokia.com>2009-04-29 02:59:00 (GMT)
commita2397ff9d22c9e66453601226ddb6fc506ea05c0 (patch)
tree4b3c784c11a2177a891d808bb89b1d712d132e82 /src/plugins/gfxdrivers/directfb/qdirectfbmouse.h
parentd7be4d1cd394c04f85647b6de823a33aa7b2d900 (diff)
downloadQt-a2397ff9d22c9e66453601226ddb6fc506ea05c0.zip
Qt-a2397ff9d22c9e66453601226ddb6fc506ea05c0.tar.gz
Qt-a2397ff9d22c9e66453601226ddb6fc506ea05c0.tar.bz2
Cleaned up mouse/cursor code
The enabling/disabling of the Cursor belongs in the QDirectFBMouseHandler class and not in the QDirectFBScreenCursor. Even if we use the Qt software cursor we need the events to come in from the mouse handler. Reviewed-by: TrustMe
Diffstat (limited to 'src/plugins/gfxdrivers/directfb/qdirectfbmouse.h')
-rw-r--r--src/plugins/gfxdrivers/directfb/qdirectfbmouse.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/gfxdrivers/directfb/qdirectfbmouse.h b/src/plugins/gfxdrivers/directfb/qdirectfbmouse.h
index e81a4ba..d2eccfc 100644
--- a/src/plugins/gfxdrivers/directfb/qdirectfbmouse.h
+++ b/src/plugins/gfxdrivers/directfb/qdirectfbmouse.h
@@ -61,7 +61,6 @@ public:
void suspend();
void resume();
-
protected:
QDirectFBMouseHandlerPrivate *d;
};