kwin/autotests/libinput
Vlad Zahorodnii 6d3f00e82c autotests: Remove QVERIFY(signalSpy.isValid())
We use the PMF syntax so the isValid() check is unnecessary as the
compiler will notify about wrong signal at compile time. It makes
writing autotests feel less boilerplaty.
2022-09-14 09:21:29 +00:00
..
CMakeLists.txt Move multi-purpose code in its own directory 2022-09-06 11:21:40 +03:00
device_test.cpp autotests: Remove QVERIFY(signalSpy.isValid()) 2022-09-14 09:21:29 +00:00
gesture_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
input_event_test.cpp Run clang-format 2022-03-25 13:25:15 +02:00
key_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
mock_libinput.cpp input: Introduce a outputArea property for tablet devices 2022-07-25 23:29:07 +00:00
mock_libinput.h backends/libinput: Rework Device getter 2022-04-29 12:47:34 +00:00
pointer_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
switch_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00
touch_event_test.cpp libinput: use std::unique_ptr for events 2022-06-21 17:50:49 +00:00