summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/testlib/qtest.h')
-rw-r--r--src/testlib/qtest.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/testlib/qtest.h b/src/testlib/qtest.h
index 66e747a2ac..35ab5a31e8 100644
--- a/src/testlib/qtest.h
+++ b/src/testlib/qtest.h
@@ -238,13 +238,6 @@ int main(int argc, char *argv[]) \
return QTest::qExec(&tc, argc, argv); \
}
-#define QTEST_NOOP_MAIN \
-int main(int argc, char *argv[]) \
-{ \
- QObject tc; \
- return QTest::qExec(&tc, argc, argv); \
-}
-
#include <QtTest/qtestsystem.h>
#if defined(QT_WIDGETS_LIB)