CVS commit by okellogg: fix indentation M +128 -128 umlwidget.cpp 1.44 --- kdesdk/umbrello/umbrello/umlwidget.cpp #1.43:1.44 @@ -412,9 +412,9 @@ void UMLWidget::slotMenuSelection(int se } } - } - //////////////////////////////////////////////////////////////////////////////////////////////////// - void UMLWidget::slotWidgetMoved(int /*id*/) {} - //////////////////////////////////////////////////////////////////////////////////////////////////// - void UMLWidget::slotColorChanged(int m_pViewID) { +} +//////////////////////////////////////////////////////////////////////////////////////////////////// +void UMLWidget::slotWidgetMoved(int /*id*/) {} +//////////////////////////////////////////////////////////////////////////////////////////////////// +void UMLWidget::slotColorChanged(int m_pViewID) { //only change if on the diagram concerned if(m_pView->getID() != m_pViewID) { @@ -431,5 +431,5 @@ void UMLWidget::slotMenuSelection(int se } update(); - } +} //////////////////////////////////////////////////////////////////////////////////////////////////// void UMLWidget::mouseDoubleClickEvent( QMouseEvent * me ) {