TD: move to new style connect()

This commit is contained in:
wmayer
2023-01-31 21:21:38 +01:00
committed by Uwe
parent 5c03db60e0
commit 25beef481c
31 changed files with 380 additions and 365 deletions

View File

@@ -97,9 +97,9 @@ QGILeaderLine::QGILeaderLine()
setZValue(ZVALUE::DIMENSION);
QObject::connect(m_editPath,
SIGNAL(pointsUpdated(QPointF, std::vector<QPointF>)),
&QGEPath::pointsUpdated,
this,
SLOT(onLineEditFinished(QPointF, std::vector<QPointF>)));
&QGILeaderLine::onLineEditFinished);
}
void QGILeaderLine::setLeaderFeature(TechDraw::DrawLeaderLine* feat)