#include <QtCore/qline.h>
#ifndef QLINE_H
class QLine{
   /* Some contents are skipped to improve readability */
   public: inline QLine();
   /* ... */
};
#endif // QLINE_H