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

Method setupCommitMessageEditor

kdevplatform/vcs/interfaces/ibasicversioncontrol.cpp:11–14  ·  view source on GitHub ↗

Default empty implementation

Source from the content-addressed store, hash-verified

9
10/// Default empty implementation
11void KDevelop::IBasicVersionControl::setupCommitMessageEditor(const QUrl&, KTextEdit* edit) const
12{
13 edit->setCheckSpellingEnabled(true);
14}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected