Bug 185334

Summary: C++ import: Umbrello ignores via typedef defined return types
Product: [Applications] umbrello Reporter: Timo Steuerwald <h.juhnke>
Component: generalAssignee: Ralf Habacker <ralf.habacker>
Status: RESOLVED FIXED    
Severity: normal CC: h.juhnke, ralf.habacker
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 4.13.0

Description Timo Steuerwald 2009-02-23 13:26:29 UTC
Version:           2.1.3 (using KDE 4.1.3)
Compiler:          4.3.2 
OS:                Linux
Installed from:    Ubuntu Packages

If I try to import c++ code into umbrello, the return value is missing as soon as there's a via typedef custom defined type used. However it seems to work on parameters, there I can use typedefs and import works well.