bug: class view - strange startup
August Hörandl
august.hoerandl at gmx.at
Mon Mar 25 21:53:05 UTC 2002
kdevelop 2.1 from cvs (KDE_2_2_BRANCH), suse 7.3
how to reproduce (easy way)
- create a c++ project
- add a class outer and add an inner class
class outer {
class inner {
inner();
method();
};
public:
outer();
~outer();
};
after save and view/update everything seems okay
close kdevelop and restart:
switch to class view and select outer
inner is shown with a class symbol - but no constructor, no methods
(see screenshot http://elina.htlw16.ac.at/~hoerandl/dl/innerouter1.png )
after view/update the constructor and the method is shown - but with
different symbols for inner and outer constructors
(see screenshot http://elina.htlw16.ac.at/~hoerandl/dl/innerouter2.png )
question:
- what is the difference between startup and view/refresh ?
- why are the symbols different ?
Gustl
--
August Hörandl august.hoerandl at gmx.at
Linux is like a wigwam: no Windows, no Gates, Apache inside
More information about the KDevelop-devel
mailing list