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

Method accept

kdevplatform/vcs/widgets/vcscommitdialog.cpp:84–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84void VcsCommitDialog::accept()
85{
86 Q_D(VcsCommitDialog);
87
88 if( d->m_patchSource->finishReview( d->m_model->checkedUrls() ) )
89 {
90 QDialog::accept();
91 } // else: do nothing to allow the user to make changes in this dialog and commit again
92}
93
94void VcsCommitDialog::reject()
95{

Callers 10

closeEventMethod · 0.45
contextMenuEventMethod · 0.45
eventMethod · 0.45
mouseReleaseEventMethod · 0.45
closeEventMethod · 0.45
eventFunction · 0.45
eventFilterMethod · 0.45
mousePressEventMethod · 0.45
handleKeyPressEventMethod · 0.45
handleWheelEventMethod · 0.45

Calls 2

checkedUrlsMethod · 0.80
finishReviewMethod · 0.45

Tested by

no test coverage detected