[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:
parent
4b917da861
commit
b74cae4dbe
1 changed files with 0 additions and 3 deletions
|
@ -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); \
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue