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

Method commitMessage

plugins/appwizard/projectvcspage.cpp:113–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111
112
113QString ProjectVcsPage::commitMessage() const
114{
115 if (!m_currentImportWidget) {
116 return QString();
117 }
118
119 return m_currentImportWidget->message();
120}
121
122QUrl ProjectVcsPage::source() const
123{

Callers 1

appInfoMethod · 0.45

Calls 2

QStringClass · 0.50
messageMethod · 0.45

Tested by

no test coverage detected