#include <QtCore/qline.h> #ifndef QLINE_H template < > class QTypeInfo < class QLineF >{ /* Some contents are skipped to improve readability */ public: static inline char const * name(); /* ... */ }; #endif // QLINE_H