Bug #8964 2006-10-01 20:23
zkoza
Management/Symbols mistakes constructors for globals
28 Sept. 2006 build.
In the "Management/Symbols" window
constructors are listed in the "Global functions" branch.
For example, the function declared as
AnalogClock::AnalogClock(QWidget *parent);
is listed in "Global functions" branch as
AnalogClock(QWidget *parent): AnalogClock::
i.e. your parser wrongly assumes that *all* function
declaration/definition must be preceded by a function type
and finds a function "AnalogClock(QWidget *parent)"
with the return type "AnalogClock::".
- Category
- Plugin::CodeCompletion
- Group
- Status
- Closed
- Close date
- 2007-07-03 08:45
- Assigned to