summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/wayland/qwaylandscreen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/platforms/wayland/qwaylandscreen.cpp')
-rw-r--r--src/plugins/platforms/wayland/qwaylandscreen.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugins/platforms/wayland/qwaylandscreen.cpp b/src/plugins/platforms/wayland/qwaylandscreen.cpp
index b0bb5189e..e81d5bc0a 100644
--- a/src/plugins/platforms/wayland/qwaylandscreen.cpp
+++ b/src/plugins/platforms/wayland/qwaylandscreen.cpp
@@ -95,6 +95,11 @@ Qt::ScreenOrientation QWaylandScreen::orientation() const
return QPlatformScreen::orientation();
}
+QPlatformCursor *QWaylandScreen::cursor() const
+{
+ return mWaylandCursor;
+}
+
QWaylandExtendedOutput *QWaylandScreen::extendedOutput() const
{
return mExtendedOutput;