bug in the class browser
Jonas Nordin
jonas.nordin at cenacle.se
Wed Jun 16 07:27:29 BST 1999
Den Wed, 16 Jun 1999 skrev du:
> Hi,
>
> I´m writing Qt-based cross-platform stuff also for dynamic link
> libraries (.so and .dll).
> That´s why I have to use a macro EXPORT in my class declarations (right
> after the keyword "class") to enable import and export also for MSWin32
> Dlls. On Unix this macro does nothing.
> Well, the problem is that the class browser cannot detect such a marked
> class. The class is simply skipped, means it is not shown by the class
> view.
> Maybe someone can fix that (?!).
Currently(and for several more versions) we will not do macro expansion. The
ugly solution is to rename your exports to Q_EXPORT since this is skipped by
the lexer. Not pretty but it works.
/J
More information about the KDevelop
mailing list