Fix clang compilation errors

Adds missing overrides and removes a private header generated by
wayland-scanner from the public API.

Change-Id: I53fc3f8bacca41821f0531aae02ca2a5da758e13
Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
This commit is contained in:
Johan Klokkhammer Helsing 2016-07-11 11:38:50 +02:00 committed by Johan Helsing
parent f213a7d54e
commit 84aec97c83

View File

@ -39,7 +39,9 @@
#include <QObject> #include <QObject>
#include <QtWaylandClient/qwaylandclientexport.h> #include <QtWaylandClient/qwaylandclientexport.h>
#include <QtWaylandClient/private/qwayland-wayland.h>
struct wl_registry;
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
namespace QtWaylandClient { namespace QtWaylandClient {