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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/client/qwaylandxdgshellv6_p.h b/src/client/qwaylandxdgshellv6_p.h
index 769f19837..122beed0c 100644
--- a/src/client/qwaylandxdgshellv6_p.h
+++ b/src/client/qwaylandxdgshellv6_p.h
@@ -125,9 +125,9 @@ private:
QWaylandXdgShellV6 *m_shell;
QWaylandWindow *m_window;
- Toplevel *m_toplevel;
- Popup *m_popup;
- bool m_configured;
+ Toplevel *m_toplevel = nullptr;
+ Popup *m_popup = nullptr;
+ bool m_configured = false;
QRegion m_exposeRegion;
};