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