#include <QtCore/qsize.h> #ifndef QSIZE_H class QSize{ /* Some contents are skipped to improve readability */ public: inline int& rwidth(); /* ... */ }; #endif // QSIZE_H