#include <QtCore/qvector.h> #ifndef QVECTOR_H struct QVectorData{ /* Some contents are skipped to improve readability */ public: static int grow(int sizeofTypedData, int size, int sizeofT, bool excessive); /* ... */ }; #endif // QVECTOR_H