[Uml-devel] branches/work/soc-umbrello/umbrello

Ralf Habacker ralf.habacker at gmail.com
Sun Apr 1 23:08:26 UTC 2012


SVN commit 1287877 by habacker:

Reduced differences to trunk.

 M  +1 -1      umlscene.cpp  
 M  +1 -1      umlscene.h  


--- branches/work/soc-umbrello/umbrello/umlscene.cpp #1287876:1287877
@@ -3402,7 +3402,7 @@
 /**
  * Returns the font to use
  */
-QFont UMLScene::getFont() const
+QFont UMLScene::font() const
 {
     return m_Options.uiState.font;
 }
--- branches/work/soc-umbrello/umbrello/umlscene.h #1287876:1287877
@@ -146,7 +146,7 @@
     bool useFillColor() const;
     void setUseFillColor(bool ufc);
 
-    QFont getFont() const;
+    QFont font() const;
     void setFont(QFont font, bool changeAllWidgets = false);
 
     bool showOpSig() const;




More information about the umbrello-devel mailing list