summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl/tst_qurl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/io/qurl/tst_qurl.cpp')
-rw-r--r--tests/auto/corelib/io/qurl/tst_qurl.cpp26
1 files changed, 0 insertions, 26 deletions
diff --git a/tests/auto/corelib/io/qurl/tst_qurl.cpp b/tests/auto/corelib/io/qurl/tst_qurl.cpp
index caa626d97a..8fcc076905 100644
--- a/tests/auto/corelib/io/qurl/tst_qurl.cpp
+++ b/tests/auto/corelib/io/qurl/tst_qurl.cpp
@@ -39,7 +39,6 @@
**
****************************************************************************/
-
#include <QtTest/QtTest>
#include <QtCore/QDebug>
@@ -80,14 +79,6 @@ class tst_QUrl : public QObject
{
Q_OBJECT
-public:
- tst_QUrl();
- virtual ~tst_QUrl();
-
-
-public slots:
- void init();
- void cleanup();
private slots:
void effectiveTLDs_data();
void effectiveTLDs();
@@ -246,23 +237,6 @@ void tst_QUrl::getSetCheck()
QCOMPARE(QUrl::idnWhitelist(), original);
}
-tst_QUrl::tst_QUrl()
-{
-}
-
-tst_QUrl::~tst_QUrl()
-{
-
-}
-
-void tst_QUrl::init()
-{
-}
-
-void tst_QUrl::cleanup()
-{
-}
-
void tst_QUrl::constructing()
{
QUrl url;