#include <QtCore/qsize.h> #ifndef QSIZE_H class QSizeF{ /* Some contents are skipped to improve readability */ private: qreal ht; /* ... */ }; #endif // QSIZE_H