class view doesn't handle typedefs
Andreas Pakulat
apaku at gmx.de
Wed Jun 21 23:24:36 UTC 2006
Hi,
In Qt4 Qt::WFlags is a typedef for Qt::WindowFlags. Now the class view
cannot handle this, when clicking onto a constructor that uses
foobar(QWidget* parent, Qt::WFlags f)
in the header but
foobar(QWidget* parent, Qt::WindowFlags f)
in the implementation the class view doesn't open the implementation.
Is this intended behaviour? Or is it a bug?
I use KDevelop SVN 3.4, not quite up-to-date though (may be 3 weeks
old).
Andreas
--
Good day to deal with people in high places; particularly lonely stewardesses.
More information about the KDevelop-devel
mailing list