#include <QtGui/qtextlayout.h> #ifndef QTEXTLAYOUT_H class QTextLine{ /* Some contents are skipped to improve readability */ public: void draw(struct QPainter* p, class QPointF const & point, struct QTextLayout::FormatRange const * selection = 0) const /* ... */ }; #endif // QTEXTLAYOUT_H