Bug 132463 - generated c++ setters doesn't recognize primitive types
Summary: generated c++ setters doesn't recognize primitive types
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: 3.3.4
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-15 22:21 UTC by Ernestas Vaiciukevičius
Modified: 2006-08-22 16:29 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
this patch fixes it for me (543 bytes, patch)
2006-08-15 22:23 UTC, Ernestas Vaiciukevičius
Details

Note You need to log in before you can comment on or make changes to this bug.
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! :)