[autotests] And remove the problematic code

Last version of 4b917da861 was even
worse: doesn't compile. So let's just remove it completely.
This commit is contained in:
Martin Gräßlin 2015-10-03 10:04:28 +02:00
parent 4b917da861
commit b74cae4dbe

View file

@ -60,9 +60,6 @@ int main(int argc, char *argv[]) \
KWin::WaylandTestApplication app(argc, argv); \
app.setAttribute(Qt::AA_Use96Dpi, true); \
TestObject tc; \
#if (QT_VERSION >= QT_VERSION_CHECK(5, 5, 0)) \
QTest::setMainSourcePath("anonymous"); \
#endif \
return QTest::qExec(&tc, argc, argv); \
}