summaryrefslogtreecommitdiffstats
path: root/src/compositor/compositor_api/qwaylandview.cpp
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@theqtcompany.com>2015-07-30 15:23:13 +0200
committerJørgen Lind <jorgen.lind@theqtcompany.com>2015-08-28 13:10:32 +0200
commit5f3918b8046c461929daf62689da2cc75f7a988d (patch)
tree243bf808117c9d4d1f78c82af975e49b591ebe27 /src/compositor/compositor_api/qwaylandview.cpp
parent5042279f99c58e02ab028a3b452578f75652793e (diff)
Fixup from using QScopedPointer and Q_DECLARE_PRIVATE in QWaylandView
Diffstat (limited to 'src/compositor/compositor_api/qwaylandview.cpp')
-rw-r--r--src/compositor/compositor_api/qwaylandview.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/compositor/compositor_api/qwaylandview.cpp b/src/compositor/compositor_api/qwaylandview.cpp
index e9faafbbc..4970de26f 100644
--- a/src/compositor/compositor_api/qwaylandview.cpp
+++ b/src/compositor/compositor_api/qwaylandview.cpp
@@ -75,7 +75,6 @@ QWaylandView::~QWaylandView()
d->surface->deref();
}
- delete d;
}
QWaylandSurface *QWaylandView::surface() const