summaryrefslogtreecommitdiffstats
path: root/src/client/qwaylandxdgshell_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/qwaylandxdgshell_p.h')
-rw-r--r--src/client/qwaylandxdgshell_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandxdgshell_p.h b/src/client/qwaylandxdgshell_p.h
index f462f2828..e01104cad 100644
--- a/src/client/qwaylandxdgshell_p.h
+++ b/src/client/qwaylandxdgshell_p.h
@@ -85,7 +85,7 @@ private:
void xdg_shell_ping(uint32_t serial) override;
QVector<QWaylandWindow *> m_popups;
- uint m_popupSerial;
+ uint m_popupSerial = 0;
};
QT_END_NAMESPACE