adapt Fake input to kwayland change

This commit is contained in:
Adrien Faveraux 2020-11-30 22:00:15 +01:00 committed by Vlad Zahorodnii
parent 22ad35e876
commit 50b1bb4a2b

View file

@ -1987,7 +1987,6 @@ void InputRedirection::setupWorkspace()
if (waylandServer()) {
using namespace KWaylandServer;
FakeInputInterface *fakeInput = waylandServer()->display()->createFakeInput(this);
fakeInput->create();
connect(fakeInput, &FakeInputInterface::deviceCreated, this,
[this] (FakeInputDevice *device) {
connect(device, &FakeInputDevice::authenticationRequested, this,