Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
94
void VcsCommitDialog::reject()
95
{
96
Q_D(VcsCommitDialog);
97
98
d->m_patchSource->cancelReview();
99
QDialog::reject();
100
}
101
102
}
103
Callers
1
unload
Method · 0.80
Calls
1
cancelReview
Method · 0.45
Tested by
no test coverage detected