[umbrello] [Bug 383319] Classes declared in namespaces but defined outside are not imported
Daniele E. Domenichelli
bugzilla_noreply at kde.org
Thu Aug 10 09:41:25 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=383319
--- Comment #2 from Daniele E. Domenichelli <ddomenichelli at kde.org> ---
You are right, sorry, that was all caused by a typo while trying to reproduce
my issue that is actually different...
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 the assignee for the bug.
More information about the umbrello-devel
mailing list