From da54d17352dfc4070eb6fa105ce853e3d35490ef Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 7 Aug 2014 15:15:38 +0200 Subject: First implementation of images and rectangles Change-Id: Ia905d6dfe3d9922ef820085fedc5195be8ace1da Reviewed-by: Lars Knoll --- softwarecontext/pluginmain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'softwarecontext/pluginmain.h') diff --git a/softwarecontext/pluginmain.h b/softwarecontext/pluginmain.h index f8ebf3cb9b..940f1de595 100644 --- a/softwarecontext/pluginmain.h +++ b/softwarecontext/pluginmain.h @@ -60,7 +60,7 @@ public: QStringList keys() const; QSGContext *create(const QString &key) const; - QQuickTextureFactory *createTextureFactoryFromImage(const QImage &image); + QSGRenderLoop *createWindowManager(); static SoftwareContext::Context *instance; }; -- cgit v1.2.3