#include <QtCore/qvector.h> #ifndef QVECTOR_H template < typename T > class QVectorIterator{ /* Some contents are skipped to improve readability */ public: inline class QVectorIterator& operator =(class QVector < T > const & container); /* ... */ }; #endif // QVECTOR_H