https://bugs.kde.org/show_bug.cgi?id=383445
Bug ID: 383445
Summary: c++ methods are not imported if class is defined
outside name space
Product: umbrello
Version: 2.22.3 (KDE Applications 17.04.3)
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: importer
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Daniele E. Domenichelli reported the following bug:
The problem is that the classes are generated, but the methods are not imported
for example see the difference in the classes foo and bar generated by this:
---
namespace test {
class foo;
class bar
{
bar();
};
} // namespace test
class test::foo
{
test();
};
---
--
You are receiving this mail because:
You are watching all bug changes.