Skip to content
Commit 425f70ff authored by Kurt Hindenburg's avatar Kurt Hindenburg
Browse files

Change obsolete pos() to position()

Exact code change:
QPoint pos() const { return p.toPoint(); }
QPointF position() const { return p; }
parent 785fedbe
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment