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

Ralf Habacker Ralf.Habacker at freenet.de
Sat Jul 12 19:15:58 UTC 2008


SVN commit 831463 by habacker:

win32 msvc compile fix

 M  +2 -0      nodewidget.cpp  
 M  +1 -1      nodewidget.h  


--- branches/work/soc-umbrello/umbrello/nodewidget.cpp #831462:831463
@@ -24,6 +24,8 @@
 #include "umlscene.h"
 #include <QPolygon>
 
+const qreal NodeWidget::DEPTH = 30;  ///< pixels on Z axis
+
 NodeWidget::NodeWidget(UMLScene * view, UMLNode *n )
   : NewUMLRectWidget(view, n) {
     NewUMLRectWidget::setBaseType(Uml::wt_Node);
--- branches/work/soc-umbrello/umbrello/nodewidget.h #831462:831463
@@ -58,7 +58,7 @@
      */
     QSizeF calculateSize();
 
-    static const qreal DEPTH = 30;  ///< pixels on Z axis
+    static const qreal DEPTH;  ///< pixels on Z axis
 };
 
 #endif




More information about the umbrello-devel mailing list