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