https://bugs.kde.org/show_bug.cgi?id=425009
--- Comment #3 from Robert Hairgrove <c...@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 watching all bug changes.