[Uml-devel] branches/work/soc-umbrello/umbrello/widgets
Ralf Habacker
ralf.habacker at gmail.com
Thu Aug 9 08:15:53 UTC 2012
SVN commit 1309862 by habacker:
qreal replaced by UMLSceneValue to reduce the diff to trunk.
M +3 -3 umlwidget.h
--- branches/work/soc-umbrello/umbrello/widgets/umlwidget.h #1309861:1309862
@@ -124,10 +124,10 @@
/**
* @return The margin from the rect() left for good visual appeal.
*/
- qreal margin() const {
+ UMLSceneValue margin() const {
return m_margin;
}
- void setMargin(qreal margin);
+ void setMargin(UMLSceneValue margin);
/// @return The instance name for this widget.
QString instanceName() const {
@@ -194,7 +194,7 @@
UMLSceneSize m_maximumSize;
/// Margin for this widget.
- qreal m_margin;
+ UMLSceneValue m_margin;
/// Manages the alignment of AssociationWidget's.
AssociationSpaceManager *m_associationSpaceManager;
More information about the umbrello-devel
mailing list