summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2016-10-04 12:11:51 +0200
committerPaul Olav Tvete <paul.tvete@qt.io>2016-10-04 10:33:15 +0000
commit0db4d3283a624a6e33f62ae196b50705c1cdc1e4 (patch)
tree2d2d6c4277b190f503f23c41b769b77604e9efbe
parentd3afe18e88ba158b4eff13f6a0a359176d44c36d (diff)
Add missing constructor implementation
Change-Id: I981ba99a33a5cb6dc5494ef3f72e70f1dfabfdbe Reviewed-by: Johan Helsing <johan.helsing@qt.io>
-rw-r--r--src/compositor/extensions/qwaylandivisurface.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/compositor/extensions/qwaylandivisurface.cpp b/src/compositor/extensions/qwaylandivisurface.cpp
index bed3eb057..fc3102df8 100644
--- a/src/compositor/extensions/qwaylandivisurface.cpp
+++ b/src/compositor/extensions/qwaylandivisurface.cpp
@@ -59,6 +59,14 @@ QWaylandSurfaceRole QWaylandIviSurfacePrivate::s_role("ivi_surface");
*/
/*!
+ * Constructs a QWaylandIviSurface.
+ */
+QWaylandIviSurface::QWaylandIviSurface()
+ : QWaylandShellSurfaceTemplate<QWaylandIviSurface>(*new QWaylandIviSurfacePrivate())
+{
+}
+
+/*!
* Constructs a QWaylandIviSurface for \a surface and initializes it with the
* given \a application, \a surface, \a iviId, and resource \a res.
*/