Bug 44861

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: 2.1.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

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.