summaryrefslogtreecommitdiffstats
path: root/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp')
-rw-r--r--tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp32
1 files changed, 1 insertions, 31 deletions
diff --git a/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp b/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp
index 37c3762eec..f5e58e03ca 100644
--- a/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp
+++ b/tests/auto/network/ssl/qsslcipher/tst_qsslcipher.cpp
@@ -42,44 +42,14 @@ class tst_QSslCipher : public QObject
{
Q_OBJECT
-public:
- tst_QSslCipher();
- virtual ~tst_QSslCipher();
-
-public slots:
- void initTestCase_data();
- void init();
- void cleanup();
-
#ifndef QT_NO_SSL
private slots:
void constructing();
-#endif
+#endif // QT_NO_SSL
};
-tst_QSslCipher::tst_QSslCipher()
-{
-}
-
-tst_QSslCipher::~tst_QSslCipher()
-{
-
-}
-
-void tst_QSslCipher::initTestCase_data()
-{
-}
-
-void tst_QSslCipher::init()
-{
-}
-
-void tst_QSslCipher::cleanup()
-{
-}
-
#ifndef QT_NO_SSL
void tst_QSslCipher::constructing()