MCPcopy Create free account
hub / github.com/BehaviorTree/Groot / sleepAndRefresh

Method sleepAndRefresh

test/groot_test_base.cpp:18–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18void GrootTestBase::sleepAndRefresh(int ms)
19{
20 QApplication::processEvents();
21 QTest::qSleep ( ms );
22 QApplication::processEvents();
23}
24
25void GrootTestBase::testMouseEvent(QGraphicsView *view, QEvent::Type type, QPoint pos, Qt::MouseButton button,
26 Qt::KeyboardModifier modifier)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected