kwin/plugins/kglobalaccel
Martin Gräßlin be7e9249cf [globalaccel] Ensure we don't call into deleted InputRedirection on shutdown
KGlobalAccel plugin gets deleted by a global static. At that point
InputRedirection is already deleted but the plugin holds a static pointer
to it.

This change connects to the deleted signal by InputRedirection and
ensures that the plugin doesn't call into the deleted code any more.
2015-10-05 14:47:15 +02:00
..
CMakeLists.txt [wayland] Add a plugin for kglobalaccel 2015-07-02 13:42:29 +02:00
kglobalaccel_plugin.cpp [globalaccel] Ensure we don't call into deleted InputRedirection on shutdown 2015-10-05 14:47:15 +02:00
kglobalaccel_plugin.h [globalaccel] Ensure we don't call into deleted InputRedirection on shutdown 2015-10-05 14:47:15 +02:00
kwin.json Change supported platforms of kglobalaccel plugin to "org.kde.kwin" 2015-07-07 13:36:27 +02:00