[umbrello] [Bug 425009] Templates as data types of parameters in operations causing problems

Robert Hairgrove bugzilla_noreply at kde.org
Sat Aug 8 17:29:11 BST 2020


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

--- Comment #3 from Robert Hairgrove <code at roberthairgrove.com> ---
It seems like we can set a parameter's datatype either to an existing datatype,
or a class type, in which case (the latter of the two) the type name is always
prefixed by any package scope. This is certainly desirable for types like
"std::string", etc. (assuming there is a package "std" which defines these).

But if a class has templates, then attributes or parameters of those classes
should be able to select a template parameter as a type without creating global
datatypes for them. Indeed, they should only have class scope, regardless of
whether or not the class has parent packages.

Seems like there is work to be done here on the conceptual level...

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list