qvector.cpp no longer contains any code, now that inline functionality
has been deferred to QArrayData.
Change-Id: I000ef8507e5b8438edd32a762750e4ceaa8aa8ee
Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@nokia.com>
**
****************************************************************************/
-#include "qvector.h"
-#include "qtools_p.h"
-
-#include <string.h>
-#include <stdlib.h>
-
-QT_BEGIN_NAMESPACE
-
/*!
\class QVector
\brief The QVector class is a template class that provides a dynamic array.
\sa{Serializing Qt Data Types}{Format of the QDataStream operators}
*/
-
-QT_END_NAMESPACE