[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesdk/umbrello/umbrello
From:       Brian Thomas <thomas () mail630 ! gsfc ! nasa ! gov>
Date:       2003-10-01 1:24:04
[Download RAW message or body]

CVS commit by thomas: 

minor quibble: make findTag not inline


  M +4 -0      codeoperation.cpp   1.8
  M +1 -3      codeoperation.h   1.5


--- kdesdk/umbrello/umbrello/codeoperation.h  #1.4:1.5
@@ -82,7 +82,5 @@ public:
         /** Find the value of the tag that this operation would have.
          */
-        static QString findTag (UMLOperation * op) {
-                return QString("operation_" + QString::number(op->getID()));
-        }
+        static QString findTag (UMLOperation * op) ;
 
         /** set the class attributes from a passed object

--- kdesdk/umbrello/umbrello/codeoperation.cpp  #1.7:1.8
@@ -92,4 +92,8 @@ UMLObject * CodeOperation::getParentObje
 //  
 
+QString CodeOperation::findTag (UMLOperation * op) {
+        return QString("operation_" + QString::number(op->getID()));
+}
+
 /** set attributes of the node that represents this class
  * in the XMI document.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic