Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
QString ProjectVcsPage::commitMessage() const
114
{
115
if (!m_currentImportWidget) {
116
return QString();
117
}
118
119
return m_currentImportWidget->message();
120
}
121
122
QUrl ProjectVcsPage::source() const
123
{
Callers
1
appInfo
Method · 0.45
Calls
2
QString
Class · 0.50
message
Method · 0.45
Tested by
no test coverage detected