#include <QtCore/qline.h> #ifndef QLINE_H class QLineF{ /* Some contents are skipped to improve readability */ public: enum QLineF::IntersectType intersect(class QLineF const & l, class QPointF* intersectionPoint) const /* ... */ }; #endif // QLINE_H