From: Simon Hausmann Date: Sat, 9 Aug 2014 07:28:10 +0000 (+0200) Subject: Fix the nine patch node factory function (part 2) X-Git-Tag: v5.3.99+beta1~170 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a111b1b108f2d3344cb2b2b677e738fd9dd68945;p=platform%2Fupstream%2Fqtdeclarative.git Fix the nine patch node factory function (part 2) Change-Id: I9edb6b0052d3b02cc412f56ae73e02652af0c93c Reviewed-by: Simon Hausmann --- diff --git a/src/quick/scenegraph/qsgcontext_p.h b/src/quick/scenegraph/qsgcontext_p.h index da0de12..cd69180 100644 --- a/src/quick/scenegraph/qsgcontext_p.h +++ b/src/quick/scenegraph/qsgcontext_p.h @@ -176,7 +176,6 @@ public: virtual QSGImageNode *createImageNode(); virtual QSGGlyphNode *createGlyphNode(QSGRenderContext *rc, bool preferNativeGlyphNode); virtual QSGNinePatchNode *createNinePatchNode(); - QSGNinePatchNode *createQStyleNode() { return createNinePatchNode(); } virtual QAnimationDriver *createAnimationDriver(QObject *parent); virtual QSize minimumFBOSize() const;