[umbrello] [Bug 413519] C++ interface class is not generated with pure virtual methods
Carsten Behling
bugzilla_noreply at kde.org
Tue Oct 29 05:54:46 GMT 2019
https://bugs.kde.org/show_bug.cgi?id=413519
--- Comment #9 from Carsten Behling <carsten.behling at gmail.com> ---
(In reply to Ralf Habacker from comment #8)
> BTW: I cleaned up partially the generated c++ code, see bug 413574.
I unchecked
- "Write documentationcomments even if empty"
- "Write comments for sections even if section i empty"
there a lot of empty 'public:'/'private:' sections remaining:
--- cut here ---
#ifndef ISOMETHING_H
#define ISOMETHING_H
#include <string>
class ISomething
{
public:
/**
*/
virtual void doSomething () = 0;
protected:
public:
protected:
public:
protected:
private:
public:
private:
public:
private:
};
#endif // ISOMETHING_H
--- cut here ---
It seems to belong into bug 413574 but it`s closed.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list