summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp')
-rw-r--r--tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp b/tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp
index 250badb231..08485e87e0 100644
--- a/tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp
+++ b/tests/auto/corelib/tools/qstringlist/tst_qstringlist.cpp
@@ -39,29 +39,16 @@
**
****************************************************************************/
-
#include <QtTest/QtTest>
#include <qregexp.h>
#include <qstringlist.h>
-
-
-
-
//TESTED_CLASS=
//TESTED_FILES=
class tst_QStringList : public QObject
{
Q_OBJECT
-
-public:
- tst_QStringList();
- virtual ~tst_QStringList();
-
-public slots:
- void init();
- void cleanup();
private slots:
void filter();
void replaceInStrings();
@@ -86,22 +73,6 @@ private slots:
extern const char email[];
-tst_QStringList::tst_QStringList()
-{
-}
-
-tst_QStringList::~tst_QStringList()
-{
-}
-
-void tst_QStringList::init()
-{
-}
-
-void tst_QStringList::cleanup()
-{
-}
-
void tst_QStringList::indexOf_regExp()
{
QStringList list;