summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@kdab.com>2014-09-25 15:58:55 +0200
committerMarc Mutz <marc.mutz@kdab.com>2014-09-26 00:39:37 +0200
commit10e5bcf9d0428992c29d8822671933fa49f0ae37 (patch)
treeb33e03113f2678d9b0156f38a09ba59f1fd9e3bd /tests
parente1ba711992cdff3995deefdfc71142404c978f6f (diff)
tst_QSslError: cleanup unused functions
Change-Id: I4db7399e533805e1dddaa76d5a609d2006a97da6 Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/network/ssl/qsslerror/tst_qsslerror.cpp29
1 files changed, 0 insertions, 29 deletions
diff --git a/tests/auto/network/ssl/qsslerror/tst_qsslerror.cpp b/tests/auto/network/ssl/qsslerror/tst_qsslerror.cpp
index 158993a2fb..58136f9a68 100644
--- a/tests/auto/network/ssl/qsslerror/tst_qsslerror.cpp
+++ b/tests/auto/network/ssl/qsslerror/tst_qsslerror.cpp
@@ -43,9 +43,6 @@ class tst_QSslError : public QObject
Q_OBJECT
public:
- tst_QSslError();
- virtual ~tst_QSslError();
-
static void enterLoop(int secs)
{
++loopLevel;
@@ -64,11 +61,6 @@ public:
return QTestEventLoop::instance().timeout();
}
-public slots:
- void initTestCase_data();
- void init();
- void cleanup();
-
#ifndef QT_NO_SSL
private slots:
void constructing();
@@ -80,27 +72,6 @@ private:
int tst_QSslError::loopLevel = 0;
-tst_QSslError::tst_QSslError()
-{
-}
-
-tst_QSslError::~tst_QSslError()
-{
-
-}
-
-void tst_QSslError::initTestCase_data()
-{
-}
-
-void tst_QSslError::init()
-{
-}
-
-void tst_QSslError::cleanup()
-{
-}
-
#ifndef QT_NO_SSL
void tst_QSslError::constructing()