summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandwlshellintegration_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandwlshellintegration_p.h')
-rw-r--r--src/client/qwaylandwlshellintegration_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandwlshellintegration_p.h b/src/client/qwaylandwlshellintegration_p.h
index 8531eb3aa..9082c7628 100644
--- a/src/client/qwaylandwlshellintegration_p.h
+++ b/src/client/qwaylandwlshellintegration_p.h
@@ -58,7 +58,7 @@ class Q_WAYLAND_CLIENT_EXPORT QWaylandWlShellIntegration : public QWaylandShellI
{
public:
QWaylandWlShellIntegration(QWaylandDisplay* display);
- bool initialize(QWaylandDisplay *) Q_DECL_OVERRIDE { return m_wlShell != Q_NULLPTR; }
+ bool initialize(QWaylandDisplay *) Q_DECL_OVERRIDE;
QWaylandShellSurface *createShellSurface(QWaylandWindow *window) Q_DECL_OVERRIDE;
private: