[TechDraw] Reimplement Leader Line parent linking

This commit is contained in:
pavltom
2024-03-04 15:35:06 +01:00
parent 17835ea7c1
commit a9b77de0be
10 changed files with 7 additions and 111 deletions

View File

@@ -103,11 +103,6 @@ QGIView::QGIView()
m_lock->hide();
}
void QGIView::onSourceChange(TechDraw::DrawView* newParent)
{
Q_UNUSED(newParent);
}
void QGIView::isVisible(bool state)
{
auto feat = getViewObject();