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