#include <QtCore/qvector.h> #ifndef QVECTOR_H struct QVectorData{ /* Some contents are skipped to improve readability */ public: int size; /* ... */ }; #endif // QVECTOR_H