#include <QtCore/qvector.h>
#ifndef QVECTOR_H
template < typename T > class QVector{
#ifndef QT_NO_STL
public: static inline class QVector fromStdVector(class std::vector < T, class std::allocator < _CharT > > const & vector);
#endif
};
#endif // QVECTOR_H