MCPcopy Create free account
hub / github.com/KDE/kdiff3 / myUpdate

Method myUpdate

src/mergeresultwindow.cpp:1373–1379  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1371}
1372
1373void MergeResultWindow::myUpdate(qint32 afterMilliSecs)
1374{
1375 if(m_delayedDrawTimer)
1376 killTimer(m_delayedDrawTimer);
1377 m_bMyUpdate = true;
1378 m_delayedDrawTimer = startTimer(afterMilliSecs);
1379}
1380
1381void MergeResultWindow::timerEvent(QTimerEvent*)
1382{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected