14 lines
1 KiB
Diff
14 lines
1 KiB
Diff
|
diff --git a/plugins/extensions/pykrita/sip/krita/Node.sip b/plugins/extensions/pykrita/sip/krita/Node.sip
|
||
|
index 986cc54169..04499fa38f 100644
|
||
|
--- a/plugins/extensions/pykrita/sip/krita/Node.sip
|
||
|
+++ b/plugins/extensions/pykrita/sip/krita/Node.sip
|
||
|
@@ -82,7 +82,7 @@ public Q_SLOTS:
|
||
|
int index() const;
|
||
|
QUuid uniqueId() const;
|
||
|
|
||
|
- void paintLine(const QPoint pointOne, const QPoint pointTwo, double pressureOne = 1.0, double pressureTwo = 1.0, const QString strokeStyle = "ForegroundColor");
|
||
|
+ void paintLine(const QPointF pointOne, const QPointF pointTwo, double pressureOne = 1.0, double pressureTwo = 1.0, const QString strokeStyle = "ForegroundColor");
|
||
|
void paintRectangle(const QRectF &rect, const QString strokeStyle = "ForegroundColor", const QString fillStyle = "None");
|
||
|
void paintPolygon(const QList<QPointF> points, const QString strokeStyle = "ForegroundColor", const QString fillStyle = "None");
|
||
|
void paintEllipse(const QRectF &rect, const QString strokeStyle = "ForegroundColor", const QString fillStyle = "None");
|