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

Method startReview

plugins/patchreview/patchreview.cpp:392–397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void 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
399void PatchReviewPlugin::switchToEmptyReviewArea()
400{

Callers 2

showVcsDiffFunction · 0.80
showStashMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected