Bug#40509: Class wizard calculates wrong include directive for base classes with scope (e.g. KParts::MainWindow)
bjoern.wolf at gmx.net
bjoern.wolf at gmx.net
Mon Apr 8 21:49:02 UTC 2002
Package: kdevelop
Version: 2.1 (using KDE 3.0.0 )
Severity: wishlist
Installed from: Compiled From Sources
Compiler: Not Specified
OS: Linux
OS/Compiler notes: Not Specified
When using the KDevelop class wizard to create a class based in a different namespace, like KParts::MainWindow, it would be nice if it generated the includes like this:
#include <kparts/mainwindow.h>
instead of:
#include <kparts::mainwindow.h>
Thank you.
(Submitted via bugs.kde.org)
(Called from KBugReport dialog. Fields Application, KDE Version, OS, Compiler manually changed)
More information about the KDevelop-devel
mailing list