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

Method myUpdate

src/difftextwindow.cpp:862–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

860}
861
862void DiffTextWindowData::myUpdate(qint32 afterMilliSecs)
863{
864 if(m_delayedDrawTimer)
865 m_pDiffTextWindow->killTimer(m_delayedDrawTimer);
866 m_bMyUpdate = true;
867 m_delayedDrawTimer = m_pDiffTextWindow->startTimer(afterMilliSecs);
868}
869
870void DiffTextWindow::timerEvent(QTimerEvent*)
871{

Callers 1

mouseMoveEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected