Bug 132463

Summary: generated c++ setters doesn't recognize primitive types
Product: [Applications] kdevelop Reporter: Ernestas Vaiciukevičius <ernestas>
Component: generalAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 3.3.4   
Target Milestone: ---   
Platform: Debian testing   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: this patch fixes it for me

Description Ernestas Vaiciukevičius 2006-08-15 22:21:53 UTC
Version:           3.3.4 (using KDE KDE 3.5.4)
Installed from:    Debian testing/unstable Packages
OS:                Linux

generated c++ setter method for 'int' field generates following:
'void setNumber(const int& theValue)'

instead of 'void setNumber(int theValue)'
Comment 1 Ernestas Vaiciukevičius 2006-08-15 22:23:07 UTC
Created attachment 17384 [details]
this patch fixes it for me
Comment 2 Jens Dagerbo 2006-08-22 16:29:16 UTC
Confirmed. Patch works. Committed revision 575919. Thanks! :)