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

Method customWidget

kdevplatform/vcs/widgets/vcsdiffpatchsources.cpp:219–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217}
218
219QWidget* VCSCommitDiffPatchSource::customWidget() const {
220 return m_commitMessageWidget.data();
221}
222
223QString VCSCommitDiffPatchSource::finishReviewCustomText() const {
224 return i18nc("@action:button To make a commit", "Commit");

Callers 1

VcsCommitDialogMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected