summaryrefslogtreecommitdiffstats
path: root/tests/auto/tools/qmake/tst_qmake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/tools/qmake/tst_qmake.cpp')
-rw-r--r--tests/auto/tools/qmake/tst_qmake.cpp22
1 files changed, 1 insertions, 21 deletions
diff --git a/tests/auto/tools/qmake/tst_qmake.cpp b/tests/auto/tools/qmake/tst_qmake.cpp
index ac94d1a2b9..bd6fc63701 100644
--- a/tests/auto/tools/qmake/tst_qmake.cpp
+++ b/tests/auto/tools/qmake/tst_qmake.cpp
@@ -51,16 +51,9 @@ class tst_qmake : public QObject
{
Q_OBJECT
-public:
- tst_qmake();
- virtual ~tst_qmake();
-
-public slots:
+private slots:
void initTestCase();
- void cleanupTestCase();
void cleanup();
-
-private slots:
void simple_app();
void simple_app_shadowbuild();
void simple_app_shadowbuild2();
@@ -92,15 +85,6 @@ private:
QString base_path;
};
-tst_qmake::tst_qmake()
-{
-}
-
-tst_qmake::~tst_qmake()
-{
-
-}
-
void tst_qmake::initTestCase()
{
QString binpath = QLibraryInfo::location(QLibraryInfo::BinariesPath);
@@ -128,10 +112,6 @@ void tst_qmake::initTestCase()
base_path = QCoreApplication::applicationDirPath();
}
-void tst_qmake::cleanupTestCase()
-{
-}
-
void tst_qmake::cleanup()
{
test_compiler.resetArguments();