summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-10-01 12:13:47 +0200
committerPaul Olav Tvete <paul.tvete@theqtcompany.com>2015-10-02 12:15:37 +0000
commit4387803683d861deaf225e13e4b7d3238541b6bf (patch)
tree3ef49864ec437767825cbfac30066f87dd2db239 /examples
parent67e6e08d09640792e217a30d26ba964604aba7e2 (diff)
Initialize member variable
Change-Id: Id1dd1e4f5a9257e887dee8c966b345ee0588a0ac Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/wayland/qwindow-compositor/compositorwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/wayland/qwindow-compositor/compositorwindow.cpp b/examples/wayland/qwindow-compositor/compositorwindow.cpp
index f59017824..2ba0dfa96 100644
--- a/examples/wayland/qwindow-compositor/compositorwindow.cpp
+++ b/examples/wayland/qwindow-compositor/compositorwindow.cpp
@@ -53,6 +53,7 @@ CompositorWindow::CompositorWindow()
: m_backgroundTexture(0)
, m_compositor(0)
, m_grabState(NoGrab)
+ , m_dragIconView(0)
{
}