summaryrefslogtreecommitdiffstats
path: root/qtinterface/qt4/Qt/QtTest
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2019-04-27 20:19:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2019-04-27 20:19:31 +0900
commitc753c65cf7616665d669ea169c875c60eab69e51 (patch)
treea0814b9cb714abec02c37ef21ff90afdd946817d /qtinterface/qt4/Qt/QtTest
parente9596b5b63d8c4303da0b50e63c0056899dafb27 (diff)
downloadtqtinterface-c753c65cf7616665d669ea169c875c60eab69e51.tar.gz
tqtinterface-c753c65cf7616665d669ea169c875c60eab69e51.zip
Dropped unused code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'qtinterface/qt4/Qt/QtTest')
-rw-r--r--qtinterface/qt4/Qt/QtTest21
1 files changed, 0 insertions, 21 deletions
diff --git a/qtinterface/qt4/Qt/QtTest b/qtinterface/qt4/Qt/QtTest
deleted file mode 100644
index 6fb1ce2..0000000
--- a/qtinterface/qt4/Qt/QtTest
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef QT_QTTEST_MODULE_H
-#define QT_QTTEST_MODULE_H
-#include <QtCore/QtCore>
-#include "qbenchmark.h"
-#include "qsignalspy.h"
-#include "qtest.h"
-#include "qtestassert.h"
-#include "qtestbasicstreamer.h"
-#include "qtestcase.h"
-#include "qtestcoreelement.h"
-#include "qtestcorelist.h"
-#include "qtestdata.h"
-#include "qtestelement.h"
-#include "qtestelementattribute.h"
-#include "qtesteventloop.h"
-#include "qtestfilelogger.h"
-#include "qtestlightxmlstreamer.h"
-#include "qtestsystem.h"
-#include "qtestxmlstreamer.h"
-#include "qtestxunitstreamer.h"
-#endif