From 4469de4ce7a72ab6824629bfe8483131aaf22137 Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Tue, 7 Jun 2011 15:38:45 +0200 Subject: Cursor support in xcb plug-in. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Custom cursor pixmaps with depth greater than 1 are not yet supported and will be converted to monochrome always. Reviewed-by: Samuel Rødal --- src/widgets/kernel/qwidget_p.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/widgets/kernel/qwidget_p.h') diff --git a/src/widgets/kernel/qwidget_p.h b/src/widgets/kernel/qwidget_p.h index cc894d514d..46c5ecfe33 100644 --- a/src/widgets/kernel/qwidget_p.h +++ b/src/widgets/kernel/qwidget_p.h @@ -903,9 +903,6 @@ public: void setFullScreenSize_helper(); bool stealKeyboardGrab(bool grab); bool stealMouseGrab(bool grab); -#ifndef QT_NO_CURSOR - void updateCursor() const; -#endif #elif defined(Q_OS_SYMBIAN) // <--------------------------------------------------------- SYMBIAN static QWidget *mouseGrabber; static QWidget *keyboardGrabber; -- cgit v1.2.3