summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcursor.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.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.h')
-rw-r--r--src/gui/kernel/qcursor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gui/kernel/qcursor.h b/src/gui/kernel/qcursor.h
index 41dfd78836..550d6f8891 100644
--- a/src/gui/kernel/qcursor.h
+++ b/src/gui/kernel/qcursor.h
@@ -108,10 +108,6 @@ public:
inline static void setPos(const QPoint &p) { setPos(p.x(), p.y()); }
inline static void setPos(QScreen *screen, const QPoint &p) { setPos(screen, p.x(), p.y()); }
-#ifndef qdoc
- int handle() const;
-#endif
-
private:
QCursorData *d;
};