[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
Oliver.Kellogg at t-online.de
Sun Aug 31 16:50:02 UTC 2003
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 ) {
More information about the umbrello-devel
mailing list