aboutsummaryrefslogtreecommitdiffstats
path: root/softwarecontext/ninepatchnode.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-08-08 15:15:22 +0200
committerLars Knoll <lars.knoll@digia.com>2014-08-08 17:42:23 +0300
commit01b46fe02dbcf122b8c812f516645e22e5445dfb (patch)
tree42435caed462dae468d8d4617acbf165c1e1ca06 /softwarecontext/ninepatchnode.h
parent0faad0c0e4d4aabbc521794a4b543d1feeeb41e1 (diff)
Adapt signature of QSGNinePatchNode after internal API changes
Change-Id: Icd112816ef5528757a12d03955138316bf7fcda0 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'softwarecontext/ninepatchnode.h')
-rw-r--r--softwarecontext/ninepatchnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/softwarecontext/ninepatchnode.h b/softwarecontext/ninepatchnode.h
index 5ff7cc4c09..454aadb180 100644
--- a/softwarecontext/ninepatchnode.h
+++ b/softwarecontext/ninepatchnode.h
@@ -11,7 +11,7 @@ public:
virtual void setTexture(QSGTexture *texture);
virtual void setBounds(const QRectF &bounds);
virtual void setDevicePixelRatio(qreal ratio);
- virtual void setPadding(int left, int top, int right, int bottom);
+ virtual void setPadding(qreal left, qreal top, qreal right, qreal bottom);
virtual void update();
void paint(QPainter *painter);