Bug 44861 - no whiteSpace are removed when adding function/signal/slot
Summary: no whiteSpace are removed when adding function/signal/slot
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: kdevelop 2.x (obsolete) (show other bugs)
Version: 2.1.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: KDevelop-Devel List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-07-08 06:03 UTC by sh
Modified: 2003-01-01 04:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sh 2002-07-08 05:51:36 UTC
(*** 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)
Comment 1 Caleb Tennis 2002-10-09 22:20:17 UTC
This is still a bug in Gideon. 
Comment 2 Caleb Tennis 2003-01-01 04:34:24 UTC
Fixed in CVS.