[autotests/libinput] Use GUILESS_MAIN in TestLibinputDevice

No need to have a QGuiApplication for this test.
icc-effect-5.14.5
Martin Gräßlin 2016-05-24 11:46:40 +02:00
parent ff88f93852
commit aeb408d7fe
1 changed files with 1 additions and 1 deletions

View File

@ -414,5 +414,5 @@ void TestLibinputDevice::testLeftHanded()
QCOMPARE(leftHandedChangedSpy.isEmpty(), (supported && initValue) == expectedValue);
}
QTEST_MAIN(TestLibinputDevice)
QTEST_GUILESS_MAIN(TestLibinputDevice)
#include "device_test.moc"