From 9a23a1c40657308ced779efc5b5d94581fc5794f Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Wed, 9 Sep 2015 18:23:47 +0200 Subject: [PATCH] fix autotest --- src/wayland/autotests/client/test_wayland_slide.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/autotests/client/test_wayland_slide.cpp b/src/wayland/autotests/client/test_wayland_slide.cpp index e3d9f06b55..d6989fce5d 100644 --- a/src/wayland/autotests/client/test_wayland_slide.cpp +++ b/src/wayland/autotests/client/test_wayland_slide.cpp @@ -154,7 +154,7 @@ void TestSlide::testCreate() QVERIFY(serverSurfaceCreated.wait()); auto serverSurface = serverSurfaceCreated.first().first().value(); - QSignalSpy slideChanged(serverSurface, SIGNAL(slideChanged())); + QSignalSpy slideChanged(serverSurface, SIGNAL(slideOnShowHideChanged())); auto slide = m_slideManager->createSlide(surface.data(), surface.data()); slide->setLocation(KWayland::Client::Slide::Location::Top);