Home
last modified time | relevance | path

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

/dports/devel/kf5-kcoreaddons/kcoreaddons-5.89.0/autotests/
H A Dkdirwatch_unittest.cpp120 void nestedEventLoopSlot();
709 connect(&watch, &KDirWatch::dirty, this, &KDirWatch_UnitTest::nestedEventLoopSlot); in nestedEventLoop()
716 void KDirWatch_UnitTest::nestedEventLoopSlot() in nestedEventLoopSlot() function in KDirWatch_UnitTest
721 disconnect(watch, &KDirWatch::dirty, this, &KDirWatch_UnitTest::nestedEventLoopSlot); in nestedEventLoopSlot()