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