[Uml-devel] branches/work/soc-umbrello/umbrello/dialogs
Andi Fischer
andi.fischer at hispeed.ch
Mon Oct 10 15:56:51 UTC 2011
SVN commit 1258232 by fischer:
Replacing q3 widget.
M +1 -1 umlroleproperties.cpp
M +1 -1 umlrolepropertiesbase.ui
--- branches/work/soc-umbrello/umbrello/dialogs/umlroleproperties.cpp #1258231:1258232
@@ -103,7 +103,7 @@
else
m_pRole->setChangeability(Uml::Changeability::Changeable);
- m_pRole->setDoc(ui_pDocTE->text());
+ m_pRole->setDoc(ui_pDocTE->toPlainText());
m_pRole->blockSignals(false);
--- branches/work/soc-umbrello/umbrello/dialogs/umlrolepropertiesbase.ui #1258231:1258232
@@ -141,7 +141,7 @@
</property>
<layout class="QVBoxLayout" >
<item>
- <widget class="Q3TextEdit" name="ui_pDocTE" />
+ <widget class="QTextEdit" name="ui_pDocTE" />
</item>
</layout>
</widget>
More information about the umbrello-devel
mailing list