https://bugs.kde.org/show_bug.cgi?id=60452

--- Comment #18 from Ralf Habacker <ralf.habac...@freenet.de> ---
(In reply to Lays Rodrigues from comment #17)
> This kind of qualifiers cant be used at the same time: or you use const or
> volatile or mutable. You can't use one or more. 
Sure ? See
http://embeddedgurus.com/barr-code/2012/01/combining-cs-volatile-and-const-keywords/
 and http://en.cppreference.com/w/cpp/language/cv. 
Also if you use radio buttons you need to add an additional for 'none'. 

> Now I'm having doubts in how to make the *apply* method 
See type related stuff in UMLAttributeDialog::apply(). 

> and what changes I need to do the cppcodegen(if is necessary).
>From UMLAttributeDialog::apply() i can see that at last there is used
UMLClassifierListItem::setType(UMLObject *type) and the counterpart is
UMLClassifier * getType()

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to