kwin/src/backends/libinput
Vlad Zahorodnii 5f83f2a781 Replace abort() with Q_ASSERT and Q_UNREACHABLE
This change replaces abort() with Q_ASSERT and Q_UNREACHABLE() macros to
make kwin code base consistent. Besides that, Q_UNREACHABLE may
potentially provide the compiler more info that can be used to generate
more efficient machine code.
2022-01-04 10:28:42 +02:00
..
CMakeLists.txt libinput: Install org.kde.kwin.InputDevice.xml exposing libinput/device.h 2021-12-13 18:53:23 +00:00
connection.cpp libinput: Successfully set the output of a device from the dbus interface 2021-12-13 18:53:23 +00:00
connection.h
context.cpp
context.h
device.cpp libinput: Pass QStrings as constref 2021-12-13 18:53:23 +00:00
device.h libinput: Pass QStrings as constref 2021-12-13 18:53:23 +00:00
events.cpp Replace abort() with Q_ASSERT and Q_UNREACHABLE 2022-01-04 10:28:42 +02:00
events.h
libinput_logging.cpp
libinput_logging.h
libinputbackend.cpp
libinputbackend.h