#include <QtCore/qvector.h> #ifndef QVECTOR_H template < typename T > struct QVectorTypedData{ /* Some contents are skipped to improve readability */ public: struct QBasicAtomic ref; /* ... */ }; #endif // QVECTOR_H