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