From e01b81339a37830c48f2cec0583e5d0aba592601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Lind?= Date: Tue, 11 Aug 2015 16:07:23 +0200 Subject: Remove QtWayland::Surface Its enough to have QWaylandSurface and QWaylandSurfacePrivate. Also don't pass QWaylandSurfacePrivate around, but pass QWaylandSurface and then use the QWaylandSurfacePrivate::get function. Change-Id: I915cc9d7b4497ad1c6f1f2dee61d9d0db069ba6b --- src/compositor/wayland_wrapper/qwltouch.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compositor/wayland_wrapper/qwltouch.cpp') diff --git a/src/compositor/wayland_wrapper/qwltouch.cpp b/src/compositor/wayland_wrapper/qwltouch.cpp index 7f69f955f..85675a624 100644 --- a/src/compositor/wayland_wrapper/qwltouch.cpp +++ b/src/compositor/wayland_wrapper/qwltouch.cpp @@ -38,7 +38,6 @@ #include "qwltouch_p.h" #include "qwlcompositor_p.h" -#include "qwlsurface_p.h" #include "qwaylandview.h" #include "qwlqttouch_p.h" -- cgit v1.2.3