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

Gopala Krishna A krishna.ggk at gmail.com
Sat Aug 30 10:17:26 UTC 2008


SVN commit 854782 by gopala:

Fixed an unsed variable compiler warning.



 M  +0 -1      objectwidget.cpp  


--- branches/work/soc-umbrello/umbrello/objectwidget.cpp #854781:854782
@@ -430,7 +430,6 @@
 QVariant ObjectWidget::attributeChange(WidgetAttributeChange change, const QVariant& oldValue)
 {
     if (change == SizeHasChanged) {
-        UMLScene *uScene = umlScene();
         const QSizeF curSize = size();
         const qreal m = margin();
         const QRectF r = rect();




More information about the umbrello-devel mailing list