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

Ralf Habacker ralf.habacker at gmail.com
Thu Apr 5 16:46:31 UTC 2012


SVN commit 1288338 by habacker:

Reordered methods to reduce the difference to the soc-umbrello branch.

 M  +6 -6      umlwidget.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/widgets/umlwidget.h #1288337:1288338
@@ -158,17 +158,17 @@
     }
 
     /**
-     * Write property of bool m_isInstance
+     * Read property of bool m_isInstance
      */
-    void setIsInstance(bool isInstance) {
-        m_isInstance = isInstance;
+    bool isInstance() const {
+        return m_isInstance;
     }
 
     /**
-     * Read property of bool m_isInstance
+     * Write property of bool m_isInstance
      */
-    bool isInstance() const {
-        return m_isInstance;
+    void setIsInstance(bool isInstance) {
+        m_isInstance = isInstance;
     }
 
     /**




More information about the umbrello-devel mailing list