Bug 108061 - code completion uses wrong struct
Summary: code completion uses wrong struct
Status: RESOLVED DUPLICATE of bug 108036
Alias: None
Product: kdevelop
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-24 16:19 UTC by Kevin Briggs
Modified: 2005-06-24 16:28 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 Kevin Briggs 2005-06-24 16:19:43 UTC
Version:           3.2.0 (using KDE KDE 3.4.0)
Installed from:    SuSE RPMs
OS:                Linux

I have two structs in my program called node.  The definition for one node resides in a keywordlist class,  The other resides in an imagelist class.  When working in a function in my keywordlist class I have...

node * ptr;
ptr->

The code completion gives me the options for node, but the wrong node.  It gives me the options for the  node in the imagelist class.
Comment 1 Amilcar do Carmo Lucas 2005-06-24 16:28:25 UTC

*** This bug has been marked as a duplicate of 108036 ***