aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/pluginmain.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-08-07 15:15:38 +0200
committerLars Knoll <lars.knoll@digia.com>2014-08-08 15:56:55 +0300
commitda54d17352dfc4070eb6fa105ce853e3d35490ef (patch)
tree1076956f67cb0355c3b525e271c17a24f36906a5 /softwarecontext/pluginmain.h
parent78a6d2d7340fbfdc5b5dbfd9974435714bb786fb (diff)
First implementation of images and rectangles
Change-Id: Ia905d6dfe3d9922ef820085fedc5195be8ace1da Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'softwarecontext/pluginmain.h')
-rw-r--r--softwarecontext/pluginmain.h2
1 files changed, 1 insertions, 1 deletions
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;
};