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