misbehaviour in treeview (was: Re: KDevelop 1.0 release schedule)

Jonas Nordin jonas.nordin at syncom.se
Fri Nov 26 07:35:33 UTC 1999


> class XYZ {
> public:
> #ifdef WIN32 // Windows-look
>    QPushButton *m_pWindowCaptionButton
> #else // KDE-look
>    QToolButton *m_pWindowCaptionButton
> #endif
> ...
> 
> This shows both attributes in the class treeview but I'd like to have
> the current active one. :-(
Not possible since this is done with the preparser. The only possible way to
fix this is to handle preparsing ourselfs. Not something to do to this release.

/J




More information about the KDevelop-devel mailing list