Bug 117940 - multiple duplicate parameter names
Summary: multiple duplicate parameter names
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kdevelop
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-03-10 09:05 UTC by d.binderman
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-04-15 11:43:24 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description d.binderman 2004-03-10 09:05:12 UTC
Description of problem:

I just tried to compile Fedora Core2 Test1 package kdevelop-3.0.0r1-0.1

The compiler said

1.

pcolorcombo.h(34): error: duplicate parameter name

The source code is

      PColorCombo(const PropertyEditor *editor, const QString name,
const QVariant value, QWidget *parent, const char *name = 0);

Both parameter 2 and parameter 5 have the same name.

Suggest rename one.

2.

pcombobox.h(34): error: duplicate parameter name
pcombobox.h(36): error: duplicate parameter name
pfontcombo.h(39): error: duplicate parameter name
pfontcombo.h(40): error: duplicate parameter name
plineedit.h(30): error: duplicate parameter name
plinestyle.h(34): error: duplicate parameter name
psymbolcombo.h(33): error: duplicate parameter name
pspinbox.h(30): error: duplicate parameter name
pspinbox.h(31): error: duplicate parameter name

Duplicates.



Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Than Ngo 2004-04-15 11:43:24 UTC
it should be fixed in kdevelop-3.0.3-2 


Note You need to log in before you can comment on or make changes to this bug.