[Bug 58123] New: typedef before class definition confuses class browser
Fernando Manoel C.guedes
fermcg at brturbo.com
Mon May 5 03:01:03 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=58123
Summary: typedef before class definition confuses class browser
Product: kdevelop
Version: unspecified
Platform: RedHat RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: fermcg at brturbo.com
Version: 2.1.5 (using KDE KDE 3.1)
Installed from: RedHat RPMs
Compiler: gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
OS: Linux
when I code a class using a typedef, the class browser doesn't recognize it. for example:
typedef class test {
.
.
.
} C_TEST;
doesn't produce a class treeview at the class browser...
if I make something like
class test {
.
.
.
};
typedef class test C_TEST;
then it works.
More information about the KDevelop-devel
mailing list