[umbrello] [Bug 413569] New: C++ Code Generation Wizard generates wrong 'string' include statement

Carsten Behling bugzilla_noreply at kde.org
Mon Oct 28 21:18:55 GMT 2019


https://bugs.kde.org/show_bug.cgi?id=413569

            Bug ID: 413569
           Summary: C++ Code Generation Wizard generates wrong 'string'
                    include statement
           Product: umbrello
           Version: 2.29.0 (KDE Applications 19.08.0)
          Platform: Other
                OS: All
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: exporter
          Assignee: umbrello-devel at kde.org
          Reporter: carsten.behling at gmail.com
  Target Milestone: ---

SUMMARY

When using 'Code Generation Wizard...' it generates this include statement in
*.h file for a class

#include string

It rather must be:

#include <string>

'Generate All Code' instead works well

STEPS TO REPRODUCE
1. Add a new class 'Something' to class Diagramm
2. Generate Code for this class through 'Code'->'Code Generation Wizard...'
with default settings unchanged.

OBSERVED RESULT

Something.h contains

#include string

EXPECTED RESULT

Something.h contains

#include <string>

REMARK

vector include may have the same problem.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the umbrello-devel mailing list