[umbrello-devel] [umbrello] [Bug 60452] missing keywords for declaring operations and variables
Ralf Habacker via KDE Bugzilla
bugzilla_noreply at kde.org
Sat May 28 07:54:02 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=60452
--- Comment #18 from Ralf Habacker <ralf.habacker at 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 the assignee for the bug.
More information about the umbrello-devel
mailing list