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

Method cancelReview

kdevplatform/vcs/widgets/vcsdiffpatchsources.cpp:231–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229}
230
231void VCSCommitDiffPatchSource::cancelReview() {
232
233 QString message;
234
235 if (m_commitMessageEdit)
236 message = m_commitMessageEdit.data()->toPlainText();
237
238 emit reviewCancelled(message);
239
240 deleteLater();
241}
242
243bool VCSCommitDiffPatchSource::finishReview(const QList<QUrl>& selection)
244{

Callers 1

rejectMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected