MCPcopy Create free account
hub / github.com/KDE/kdevelop / setDelay

Method setDelay

kdevplatform/language/backgroundparser/backgroundparser.cpp:880–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878}
879
880void BackgroundParser::setDelay(int milliseconds)
881{
882 Q_D(BackgroundParser);
883
884 if (d->m_delay != milliseconds) {
885 d->m_delay = milliseconds;
886 d->m_timer.setInterval(d->m_delay);
887 }
888}
889
890QList<IndexedString> BackgroundParser::managedDocuments()
891{

Callers 5

applyMethod · 0.80
initTestCaseMethod · 0.80
initTestCaseMethod · 0.80
initTestCaseMethod · 0.80
initTestCaseMethod · 0.80

Calls

no outgoing calls

Tested by 4

initTestCaseMethod · 0.64
initTestCaseMethod · 0.64
initTestCaseMethod · 0.64
initTestCaseMethod · 0.64