[autotests/libinput] Use GUILESS_MAIN in TestLibinputDevice
No need to have a QGuiApplication for this test.
This commit is contained in:
parent
ff88f93852
commit
aeb408d7fe
1 changed files with 1 additions and 1 deletions
|
@ -414,5 +414,5 @@ void TestLibinputDevice::testLeftHanded()
|
||||||
QCOMPARE(leftHandedChangedSpy.isEmpty(), (supported && initValue) == expectedValue);
|
QCOMPARE(leftHandedChangedSpy.isEmpty(), (supported && initValue) == expectedValue);
|
||||||
}
|
}
|
||||||
|
|
||||||
QTEST_MAIN(TestLibinputDevice)
|
QTEST_GUILESS_MAIN(TestLibinputDevice)
|
||||||
#include "device_test.moc"
|
#include "device_test.moc"
|
||||||
|
|
Loading…
Reference in a new issue