summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandxdgshellv6_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandxdgshellv6_p.h')
-rw-r--r--src/client/qwaylandxdgshellv6_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandxdgshellv6_p.h b/src/client/qwaylandxdgshellv6_p.h
index baaf38074..b72d3d18a 100644
--- a/src/client/qwaylandxdgshellv6_p.h
+++ b/src/client/qwaylandxdgshellv6_p.h
@@ -79,7 +79,7 @@ public:
void resize(QWaylandInputDevice *inputDevice, enum zxdg_toplevel_v6_resize_edge edges);
void resize(QWaylandInputDevice *inputDevice, enum wl_shell_surface_resize edges) override;
- void move(QWaylandInputDevice *inputDevice) override;
+ bool move(QWaylandInputDevice *inputDevice) override;
void setTitle(const QString &title) override;
void setAppId(const QString &appId) override;