adapt Fake input to kwayland change

remotes/origin/work/kbroulik/noti-dnd
Adrien Faveraux 5 years ago committed by Vlad Zahorodnii
parent 22ad35e876
commit 50b1bb4a2b
  1. 1
      input.cpp

@ -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,

Loading…
Cancel
Save