| 196 | } |
| 197 | |
| 198 | void 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 | |
| 207 | void PatchReviewPlugin::forceUpdate() { |
| 208 | if( m_patch ) { |
no test coverage detected