summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/global
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/global')
-rw-r--r--tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp b/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp
index 9ad98122bc..cb0ee29017 100644
--- a/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp
+++ b/tests/auto/corelib/global/qgetputenv/tst_qgetputenv.cpp
@@ -39,7 +39,6 @@
**
****************************************************************************/
-
#include <qdebug.h>
#include <QtTest/QtTest>
@@ -51,14 +50,8 @@
class tst_QGetPutEnv : public QObject
{
Q_OBJECT
-
-public:
- tst_QGetPutEnv();
- virtual ~tst_QGetPutEnv();
-
private slots:
void getSetCheck();
-private:
};
void tst_QGetPutEnv::getSetCheck()
@@ -72,13 +65,5 @@ void tst_QGetPutEnv::getSetCheck()
qputenv(varName,QByteArray());
}
-tst_QGetPutEnv::tst_QGetPutEnv()
-{
-}
-
-tst_QGetPutEnv::~tst_QGetPutEnv()
-{
-}
-
QTEST_MAIN(tst_QGetPutEnv)
#include "tst_qgetputenv.moc"