diff --git a/sources/diagramview.cpp b/sources/diagramview.cpp index 1e187a061..fcd9f3e7a 100644 --- a/sources/diagramview.cpp +++ b/sources/diagramview.cpp @@ -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 */