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

Method reject

kdevplatform/vcs/widgets/vcscommitdialog.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void VcsCommitDialog::reject()
95{
96 Q_D(VcsCommitDialog);
97
98 d->m_patchSource->cancelReview();
99 QDialog::reject();
100}
101
102}
103

Callers 1

unloadMethod · 0.80

Calls 1

cancelReviewMethod · 0.45

Tested by

no test coverage detected