Bug#2397: classes in a namespace disappear in classview.
Tobias Erbsland
drzoom at profzone.ch
Tue Dec 7 18:29:42 UTC 1999
Package: kdevelop
Version: 1.0
Classes in namespace disapear in the classview. Here sample code to
reprocuce the problem:
--- File: test.h ---
namespace test
{
int global;
};
--- File: test_green.h ---
namespace test
{
class green
{
int blabla;
...
}
}
--- File: test_green.cpp ---
namespace test
{
green::function( ... )
{
...
}
}
---
Ok, i hope the example above is ansi conform.
a change of file test_green.cpp doesn't work too:
--- File: test_green.cpp ---
test::green::function( ... )
{
}
---
regards
Tobias Erbsland
More information about the KDevelop-devel
mailing list