summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qregexp/tst_qregexp.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qregexp/tst_qregexp.cpp')
-rw-r--r--tests/auto/corelib/tools/qregexp/tst_qregexp.cpp27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/auto/corelib/tools/qregexp/tst_qregexp.cpp b/tests/auto/corelib/tools/qregexp/tst_qregexp.cpp
index 13b020023c..244d637fa4 100644
--- a/tests/auto/corelib/tools/qregexp/tst_qregexp.cpp
+++ b/tests/auto/corelib/tools/qregexp/tst_qregexp.cpp
@@ -39,7 +39,6 @@
**
****************************************************************************/
-
#include <QtTest/QtTest>
#include <qregexp.h>
@@ -51,15 +50,6 @@ const int N = 1;
class tst_QRegExp : public QObject
{
Q_OBJECT
-
-public:
- tst_QRegExp();
- virtual ~tst_QRegExp();
-
-
-public slots:
- void init();
- void cleanup();
private slots:
void getSetCheck();
void indexIn_data();
@@ -125,14 +115,6 @@ void tst_QRegExp::getSetCheck()
extern const char email[];
-tst_QRegExp::tst_QRegExp()
-{
-}
-
-tst_QRegExp::~tst_QRegExp()
-{
-}
-
void tst_QRegExp::lastIndexIn_data()
{
indexIn_data();
@@ -518,15 +500,6 @@ void tst_QRegExp::indexIn_addMoreRows(const QByteArray &stri)
<< QStringList();
}
-
-void tst_QRegExp::init()
-{
-}
-
-void tst_QRegExp::cleanup()
-{
-}
-
/*
void tst_QRegExp::isEmpty()
{