Fix doxygen issue

This commit is contained in:
Simon De Backer
2020-08-20 22:35:25 +02:00
parent 331918d143
commit 4b4732a0a8

View File

@@ -993,16 +993,13 @@ void DiagramView::resetConductors() {
m_diagram -> undoStack().push(new ResetConductorCommand(conductors_and_profiles));
}
/**
Gere les evenements de la DiagramView
@param e Evenement
*/
/**
@brief DiagramView::event
Manage the event on this diagram view.
-At first activation (QEvent::WindowActivate or QEvent::Show) we zoomFit.
-Convert event interpreted to mouse event to gesture event if needed.
-send Shortcut to view (by default send to QMenu /QAction)
Gere les evenements de la DiagramView
@param e : the event.
@return
*/