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