| Summary: | no whiteSpace are removed when adding function/signal/slot | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | sh |
| Component: | kdevelop 2.x (obsolete) | Assignee: | KDevelop-Devel List <kdevelop-devel> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 2.1.2 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
This is still a bug in Gideon. Fixed in CVS. |
(*** This bug was imported into bugs.kde.org ***) Package: kdevelop Version: 2.1.2 (using KDE 3.0.2 ) Severity: normal Installed from: Compiled From Sources Compiler: gcc version 2.96 20000731 (Red Hat Linux 7.3 2.96-110) OS: Linux OS/Compiler notes: glibc-2.2.5-36 If someone adds a function name like this: " addItem(QString *)" (please ignore the quotes) this function/signel/slot name will be added to the corresponding header and source file. The code looks like this: void Class:: addItem(QString *) { } The compiler shows someone an error with this syntax. think there is a missing QString::stripWhiteSpace() regards \sh (Submitted via bugs.kde.org)