diff options
author | Paul Olav Tvete <paul.tvete@theqtcompany.com> | 2016-05-19 11:34:06 +0200 |
---|---|---|
committer | Paul Olav Tvete <paul.tvete@theqtcompany.com> | 2016-05-19 12:00:27 +0000 |
commit | ca7d95494ccac9bc26c1edee86fc5b9229fa5e3e (patch) | |
tree | 9a3418c0ddf38df47d5327032b6d52f3b8c62cd6 /src/client/qwaylandwindow_p.h | |
parent | 8959ccf51ddd61f89ba96f4abf64b5fd41e0d93e (diff) | |
download | qtwayland-ca7d95494ccac9bc26c1edee86fc5b9229fa5e3e.tar.gz |
Make qwaylandclientexport public
...since it's being used by a public header.
Change-Id: I38049c27c8bd4dc793416bf836d79c4226172d38
Reviewed-by: Giulio Camuffo <giulio.camuffo@kdab.com>
Diffstat (limited to 'src/client/qwaylandwindow_p.h')
-rw-r--r-- | src/client/qwaylandwindow_p.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/qwaylandwindow_p.h b/src/client/qwaylandwindow_p.h index f36f0833..100c068f 100644 --- a/src/client/qwaylandwindow_p.h +++ b/src/client/qwaylandwindow_p.h @@ -59,7 +59,7 @@ #include <qpa/qplatformwindow.h> #include <QtWaylandClient/private/qwayland-wayland.h> -#include <QtWaylandClient/private/qwaylandclientexport_p.h> +#include <QtWaylandClient/qwaylandclientexport.h> struct wl_egl_window; |