summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/windows/qwindowscursor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/windows/qwindowscursor.cpp')
-rw-r--r--src/plugins/platforms/windows/qwindowscursor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/platforms/windows/qwindowscursor.cpp b/src/plugins/platforms/windows/qwindowscursor.cpp
index ebcf1172db..370234e8aa 100644
--- a/src/plugins/platforms/windows/qwindowscursor.cpp
+++ b/src/plugins/platforms/windows/qwindowscursor.cpp
@@ -68,6 +68,7 @@ Q_GUI_EXPORT HBITMAP qt_createIconMask(const QBitmap &bitmap);
Each Window sets on the global cursor on receiving a Enter-event
as do the Window manager frames (resize/move handles).
+ \internal
\ingroup qt-lighthouse-win
\sa QWindowsWindowCursor
*/
@@ -387,6 +388,7 @@ void QWindowsCursor::setPos(const QPoint &pos)
Based on QSharedDataPointer, so that it can be passed around and
used as a property of QWindowsBaseWindow.
+ \internal
\ingroup qt-lighthouse-win
\sa QWindowsCursor
*/