https://bugs.kde.org/show_bug.cgi?id=383319
--- Comment #2 from Daniele E. Domenichelli <[email protected]> --- 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 watching all bug changes.
