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