[TD]Prevent segfault on exit with open task dialog

This commit is contained in:
Wanderer Fan
2022-01-31 14:55:40 -05:00
committed by WandererFan
parent ca4f16a1a7
commit 8b4ef152bf

View File

@@ -235,7 +235,6 @@ TaskDetail::TaskDetail(TechDraw::DrawViewDetail* detailFeat):
TaskDetail::~TaskDetail()
{
m_ghost->deleteLater(); //this might not exist if scene is destroyed before TaskDetail is deleted?
}
void TaskDetail::updateTask()