From kde-commits Wed Oct 01 01:24:04 2003 From: Brian Thomas Date: Wed, 01 Oct 2003 01:24:04 +0000 To: kde-commits Subject: kdesdk/umbrello/umbrello X-MARC-Message: https://marc.info/?l=kde-commits&m=106497147607969 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.