#include <QtCore/qvector.h> #ifndef QVECTOR_H template < typename T > struct QVectorTypedData{ public: struct QBasicAtomic ref; public: int alloc; public: int size; public: unsigned int sharable; public: T array[1]; }; #endif // QVECTOR_H