tst_QSslError: cleanup unused functions

Change-Id: I4db7399e533805e1dddaa76d5a609d2006a97da6
Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
This commit is contained in:
Marc Mutz 2014-09-25 15:58:55 +02:00
parent e1ba711992
commit 10e5bcf9d0

View File

@ -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()