[Uml-devel] KDE/kdesdk/umbrello/umbrello
Ralf Habacker
ralf.habacker at gmail.com
Thu Jan 12 13:00:49 UTC 2012
SVN commit 1273305 by habacker:
Renamed getTextColor() to textColor().
M +1 -1 umlview.cpp
M +1 -1 umlview.h
M +1 -1 widgets/widgetbase.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/umlview.cpp #1273304:1273305
@@ -950,7 +950,7 @@
canvas()->setAllChanged();
}
-QColor UMLView::getTextColor() const
+QColor UMLView::textColor() const
{
return m_Options.uiState.textColor;
}
--- trunk/KDE/kdesdk/umbrello/umbrello/umlview.h #1273304:1273305
@@ -167,7 +167,7 @@
/**
* Returns the text color to use.
*/
- QColor getTextColor() const;
+ QColor textColor() const;
/**
* Sets the text color.
--- trunk/KDE/kdesdk/umbrello/umbrello/widgets/widgetbase.cpp #1273304:1273305
@@ -319,7 +319,7 @@
setTextColor( QColor(textColor) );
m_usesDiagramTextColor = false;
} else if ( m_scene ) {
- setTextColor( m_scene->getTextColor() );
+ setTextColor( m_scene->textColor() );
m_usesDiagramTextColor = true;
}
return true;
More information about the umbrello-devel
mailing list