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