mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Fix doxygen issue
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user