[umbrello] [Bug 383445] New: c++ methods are not imported if class is defined outside name space

Ralf Habacker bugzilla_noreply at kde.org
Sun Aug 13 08:26:11 UTC 2017


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: umbrello-devel at kde.org
          Reporter: ralf.habacker at freenet.de
  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 the assignee for the bug.


More information about the umbrello-devel mailing list