| 390 | } |
| 391 | |
| 392 | void PatchReviewPlugin::startReview( IPatchSource* patch, IPatchReview::ReviewMode mode ) { |
| 393 | Q_UNUSED( mode ); |
| 394 | emit startingNewReview(); |
| 395 | setPatch( patch ); |
| 396 | QMetaObject::invokeMethod(this, &PatchReviewPlugin::updateReview, Qt::QueuedConnection); |
| 397 | } |
| 398 | |
| 399 | void PatchReviewPlugin::switchToEmptyReviewArea() |
| 400 | { |
no outgoing calls
no test coverage detected