diff --git a/src/corelib/tools/qvector.h b/src/corelib/tools/qvector.h index 8d880407dd2..c35899f08df 100644 --- a/src/corelib/tools/qvector.h +++ b/src/corelib/tools/qvector.h @@ -43,6 +43,12 @@ #include #include +#if 0 +#pragma qt_class(QVector) +#pragma qt_class(QMutableVectorIterator) +#pragma qt_class(QVectorIterator) +#endif + QT_BEGIN_NAMESPACE #if !defined(QT_NO_JAVA_STYLE_ITERATORS) diff --git a/sync.profile b/sync.profile index dc5ce6cd60f..d7787dc1dac 100644 --- a/sync.profile +++ b/sync.profile @@ -45,7 +45,6 @@ "qconfig.h" => "QtConfig", "qplugin.h" => "QtPlugin", "qalgorithms.h" => "QtAlgorithms", - "qvector.h" => "QVector", "qcontainerfwd.h" => "QtContainerFwd", "qdebug.h" => "QtDebug", "qevent.h" => "QtEvents",