#include <QtGui/qpainterpath.h> #ifndef QPAINTERPATH_H class QPainterPath{ /* Some contents are skipped to improve readability */ private: inline struct QPainterPathData* d_func() const /* ... */ }; #endif // QPAINTERPATH_H