diff options
Diffstat (limited to 'src/client/qwaylandwlshellsurface_p.h')
-rw-r--r-- | src/client/qwaylandwlshellsurface_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandwlshellsurface_p.h b/src/client/qwaylandwlshellsurface_p.h index f9ac1bb4..497ec604 100644 --- a/src/client/qwaylandwlshellsurface_p.h +++ b/src/client/qwaylandwlshellsurface_p.h @@ -81,7 +81,7 @@ public: void resize(QWaylandInputDevice *inputDevice, enum wl_shell_surface_resize edges) override; using QtWayland::wl_shell_surface::move; - void move(QWaylandInputDevice *inputDevice) override; + bool move(QWaylandInputDevice *inputDevice) override; void setTitle(const QString & title) override; void setAppId(const QString &appId) override; |