[Uml-devel] KDE/kdesdk/umbrello/umbrello

Ralf Habacker ralf.habacker at gmail.com
Thu May 31 19:18:35 UTC 2012


SVN commit 1297552 by habacker:

Reduced difference to soc-umbrello branch.

 M  +11 -11    basictypes.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/basictypes.h #1297551:1297552
@@ -294,17 +294,17 @@
      * Enumeration used for stating where a line is on a widget.
      * @note Do not change this ordering, as we use these values in for loop.
      */
-//     enum Region {
-//         Error = 0,
-//         West,
-//         North,
-//         East,
-//         South,
-//         NorthWest,
-//         NorthEast,
-//         SouthEast,
-//         SouthWest
-//     };
+    enum Region {
+        reg_Error = 0,
+        reg_West,
+        reg_North,
+        reg_East,
+        reg_South,
+        reg_NorthWest,
+        reg_NorthEast,
+        reg_SouthEast,
+        reg_SouthWest
+    };
 
     /**
      * 




More information about the umbrello-devel mailing list