Home
last modified time | relevance | path

Searched refs:grab_spy (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/wrapland/wrapland-6a083c7bc9b37c5f756155e258b1fff4d24cea2a/autotests/client/
H A Dinput_method_v2.cpp602 QSignalSpy grab_spy(server_input_method, &Wrapland::Server::input_method_v2::keyboard_grabbed); in test_keyboard_grab() local
603 QVERIFY(grab_spy.isValid()); in test_keyboard_grab()
608 QVERIFY(grab_spy.wait()); in test_keyboard_grab()
610 = grab_spy.first().first().value<Wrapland::Server::input_method_keyboard_grab_v2*>(); in test_keyboard_grab()