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