From kdevelop-devel Tue Mar 26 12:05:23 2002 From: "F () lk Brettschneider" Date: Tue, 26 Mar 2002 12:05:23 +0000 To: kdevelop-devel Subject: Re: bug: class view - strange startup X-MARC-Message: https://marc.info/?l=kdevelop-devel&m=101714455928967 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@lk _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Kdevelop-devel mailing list Kdevelop-devel@barney.cs.uni-potsdam.de http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel