summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qcursor.h
diff options
context:
space:
mode:
authorGirish Ramakrishnan <girish.1.ramakrishnan@nokia.com>2012-05-30 10:46:02 -0700
committerQt by Nokia <qt-info@nokia.com>2012-05-31 09:13:01 +0200
commit8d27345327ce6af67cb04cf552bcbb2a02f0bec5 (patch)
tree7c4d865de85db71543c3737e1c3ef4ce62571623 /src/gui/kernel/qcursor.h
parent241992ad0df0553c955f615bf09ed2da399169a9 (diff)
QCursor: Remove doc of obsolete functions
These functions don't exist in QPA land. Change-Id: I50c0588cf03ed64878c8ed864dc18a7558b20156 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/gui/kernel/qcursor.h')
-rw-r--r--src/gui/kernel/qcursor.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui/kernel/qcursor.h b/src/gui/kernel/qcursor.h
index 4820bcee9b..41dfd78836 100644
--- a/src/gui/kernel/qcursor.h
+++ b/src/gui/kernel/qcursor.h
@@ -108,12 +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()); }
-#ifdef qdoc
- HCURSOR_or_HANDLE handle() const;
- QCursor(HCURSOR cursor);
- QCursor(Qt::HANDLE cursor);
-#endif
-
#ifndef qdoc
int handle() const;
#endif