summaryrefslogtreecommitdiffstats
path: root/src/plugins/scenegraph/softwarecontext/ninepatchnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scenegraph/softwarecontext/ninepatchnode.h')
-rw-r--r--src/plugins/scenegraph/softwarecontext/ninepatchnode.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/plugins/scenegraph/softwarecontext/ninepatchnode.h b/src/plugins/scenegraph/softwarecontext/ninepatchnode.h
index 2be1d87..30cde5b 100644
--- a/src/plugins/scenegraph/softwarecontext/ninepatchnode.h
+++ b/src/plugins/scenegraph/softwarecontext/ninepatchnode.h
@@ -37,11 +37,11 @@ class NinePatchNode : public QSGNinePatchNode
public:
NinePatchNode();
- virtual void setTexture(QSGTexture *texture);
- virtual void setBounds(const QRectF &bounds);
- virtual void setDevicePixelRatio(qreal ratio);
- virtual void setPadding(qreal left, qreal top, qreal right, qreal bottom);
- virtual void update();
+ void setTexture(QSGTexture *texture) override;
+ void setBounds(const QRectF &bounds) override;
+ void setDevicePixelRatio(qreal ratio) override;
+ void setPadding(qreal left, qreal top, qreal right, qreal bottom) override;
+ void update() override;
void paint(QPainter *painter);