[TechDraw] Reimplement Leader Line parent linking

This commit is contained in:
pavltom
2024-03-04 15:35:06 +01:00
parent 5834042855
commit b12583e536
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();