summaryrefslogtreecommitdiffstats
path: root/softwarecontext/ninepatchnode.h
diff options
context:
space:
mode:
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 5ff7cc4..454aadb 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);