kwin/libinput
Martin Gräßlin 9b187f8a3b [libinput] Properly handle threaded Device creation
Summary:
Device is created from Connection::processEvents which is run in the
main gui thread, while Connection itself is in a different thread. Thus
passing *this* as parent is wrong.

This change removes the parent, moves the created Device into the
Connection thread and also deletes properly by using deleteLater.

Reviewers: #plasma

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D1746
2016-06-02 16:24:31 +02:00
..
connection.cpp
connection.h
context.cpp
context.h
device.cpp
device.h
events.cpp
events.h
libinput_logging.cpp [libinput] Add dedicated logging category for libinput 2015-07-31 12:43:35 +02:00
libinput_logging.h