aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/scenegraph/qsgcontext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/quick/scenegraph/qsgcontext.cpp')
-rw-r--r--src/quick/scenegraph/qsgcontext.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}