QSGTextureProvider is now public API in QtQuick.
authorRobin Burchell <robin.burchell@collabora.com>
Thu, 5 Jan 2012 00:09:28 +0000 (01:09 +0100)
committerJørgen Lind <jorgen.lind@nokia.com>
Thu, 5 Jan 2012 08:23:19 +0000 (09:23 +0100)
Commit 42d6acd0a3ea5fa5cf7ab69f1f8f2206559107ea in the QtDeclarative repo moved
QSGTextureProvider to be public API, so we should probably follow if we want to
keep building :)

Change-Id: I1514c0eef9d3d2c2660b38f0bd352c0f885641ba
Reviewed-by: Jørgen Lind <jorgen.lind@nokia.com>
src/compositor/compositor_api/waylandsurfaceitem.h

index f6f9ecd..039bbf9 100644 (file)
@@ -46,7 +46,7 @@
 #include <QtQuick/QQuickItem>
 #include <QtQuick/qsgtexture.h>
 
-#include <QtQuick/private/qsgtextureprovider_p.h>
+#include <QtQuick/qsgtextureprovider.h>
 
 class WaylandSurface;
 class WaylandSurfaceTextureProvider;