summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel/qplatformcursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/kernel/qplatformcursor.cpp')
-rw-r--r--src/gui/kernel/qplatformcursor.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/kernel/qplatformcursor.cpp b/src/gui/kernel/qplatformcursor.cpp
index 40b7967af7..dd5d88df63 100644
--- a/src/gui/kernel/qplatformcursor.cpp
+++ b/src/gui/kernel/qplatformcursor.cpp
@@ -102,9 +102,9 @@ QList<QPlatformCursor *> QPlatformCursorPrivate::getInstances()
*/
/*!
- \fn QPlatformCursor::QPlatformCursor(QPlatformScreen *screen)
+ \fn QPlatformCursor::QPlatformCursor()
- Constructs a QPlatformCursor for the given \a screen.
+ Constructs a QPlatformCursor.
*/
QPlatformCursor::QPlatformCursor()
{
@@ -656,7 +656,7 @@ void QPlatformCursorImage::set(const uchar *data, const uchar *mask,
*/
/*!
- \fn QPoint QPlatformCursorImage::hotspot()
+ \fn QPoint QPlatformCursorImage::hotspot() const
\brief Return the cursor's hotspot
*/