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

Method notifyPatchChanged

plugins/patchreview/patchreview.cpp:198–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

196}
197
198void PatchReviewPlugin::notifyPatchChanged() {
199 if (m_patch) {
200 qCDebug(PLUGIN_PATCHREVIEW) << "notifying patch change: " << m_patch->file();
201 m_updateKompareTimer->start();
202 } else {
203 m_updateKompareTimer->stop();
204 }
205}
206
207void PatchReviewPlugin::forceUpdate() {
208 if( m_patch ) {

Callers 1

slotAppliedChangedMethod · 0.80

Calls 3

stopMethod · 0.80
fileMethod · 0.45
startMethod · 0.45

Tested by

no test coverage detected