forked from qt-creator/qt-creator
ModelEditor: Introduce swimlanes
Change-Id: I9ac9c51eabc00c6912fd47fbf51b50b2938846ae Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -137,6 +137,11 @@ void OpenDiagramElementVisitor::visitDBoundary(const qmt::DBoundary *boundary)
|
||||
Q_UNUSED(boundary);
|
||||
}
|
||||
|
||||
void OpenDiagramElementVisitor::visitDSwimlane(const qmt::DSwimlane *swimlane)
|
||||
{
|
||||
Q_UNUSED(swimlane);
|
||||
}
|
||||
|
||||
void OpenModelElementVisitor::setElementTasks(ElementTasks *elementTasks)
|
||||
{
|
||||
m_elementTasks = elementTasks;
|
||||
|
||||
Reference in New Issue
Block a user