[TechDraw] Use function overloadin and avoid code repeat
This commit is contained in:
committed by
WandererFan
parent
91f84184bf
commit
8b52db90c5
@@ -55,7 +55,7 @@ QGCustomClip::QGCustomClip()
|
||||
|
||||
void QGCustomClip::centerAt(QPointF centerPos)
|
||||
{
|
||||
centerAt(centerPos.x(),centerPos.y());
|
||||
centerAt(centerPos.x(), centerPos.y());
|
||||
}
|
||||
|
||||
void QGCustomClip::centerAt(double cX, double cY)
|
||||
|
||||
Reference in New Issue
Block a user