Remove redundant and incorrect comment from QList autotest.

Change-Id: I3187d0d8ace120181a4c49bbc68f421ddf5acbe0
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
Jason McDonald 2012-03-08 15:48:23 +10:00 committed by Qt by Nokia
parent a4c0109e01
commit a71e12b170

View File

@ -43,12 +43,6 @@
#include <QtTest/QtTest>
#include <QList>
/*!
\class tst_QVector
\internal
\since 4.5
\brief Test Qt's class QList.
*/
class tst_QList : public QObject
{
Q_OBJECT