Fix typo in the function argument of QRect::moveTo: t -> y
Task-number: QTBUG-36259 Change-Id: If6f8da7f36d9a2bc171f2f50d36b37af8f13d8d0 Reviewed-by: Robin Burchell <robin+qt@viroteck.net> Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
This commit is contained in:
parent
a4e703764e
commit
a8f1bd6b65
@ -512,7 +512,7 @@ public:
|
||||
Q_DECL_CONSTEXPR inline QRectF translated(qreal dx, qreal dy) const;
|
||||
Q_DECL_CONSTEXPR inline QRectF translated(const QPointF &p) const;
|
||||
|
||||
inline void moveTo(qreal x, qreal t);
|
||||
inline void moveTo(qreal x, qreal y);
|
||||
inline void moveTo(const QPointF &p);
|
||||
|
||||
inline void setRect(qreal x, qreal y, qreal w, qreal h);
|
||||
|
Loading…
x
Reference in New Issue
Block a user