Summary: | umbrello does not read in and show class datamembers and methods which have a namespace | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | A. Wildauer <andreas.wildauer> |
Component: | general | Assignee: | Umbrello Development Group <umbrello-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
A. Wildauer
2004-05-18 11:56:55 UTC
I cannot reproduce this (unless I misunderstand.) I tried importing the following: namespace ns { class inner { public: char c; }; } class outer { public: ns::inner knownType; UnknownNs::UnknownClass unknownType; } and the attributes of ns::inner and outer are displayed as expected. *** Bug has been marked as fixed ***. |