bug: class view - strange startup
F@lk Brettschneider
gigafalk at yahoo.com
Tue Mar 26 13:07:05 UTC 2002
Thomas Schilling wrote:
> > >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 )
> > >
> > I guess, that's why the inner-class contains only private methods, while
> > outer::outer() and outer::~outer() are public.
KDevelop is correct. If you don't explicitely set a public:, the default is
private:. In other words the inner class shows the private icons because you
didn't wrote public: above them.
Ciao
F at lk
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
More information about the KDevelop-devel
mailing list