From 430853836f9c17154ef3ee4cac6b03b90ee493a9 Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Sat, 9 Aug 2014 09:27:42 +0200 Subject: Fix the nine patch node factory function (part 1) Change-Id: I5981190dd43082715a7159efd478469365caf3a6 Reviewed-by: Gunnar Sletta --- src/quick/scenegraph/qsgcontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/quick/scenegraph/qsgcontext.cpp') diff --git a/src/quick/scenegraph/qsgcontext.cpp b/src/quick/scenegraph/qsgcontext.cpp index 67a5f25405..4ea0cca553 100644 --- a/src/quick/scenegraph/qsgcontext.cpp +++ b/src/quick/scenegraph/qsgcontext.cpp @@ -303,7 +303,7 @@ QSGGlyphNode *QSGContext::createGlyphNode(QSGRenderContext *rc, bool preferNativ * Factory function for scene graph backends of the QStyle stylable elements. Returns a * null pointer if the backend doesn't provide its own node type. */ -QSGNinePatchNode *QSGContext::createQStyleNode() +QSGNinePatchNode *QSGContext::createNinePatchNode() { return 0; } -- cgit v1.2.3