Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ selectedTemplate
Method
selectedTemplate
plugins/appwizard/projectselectionpage.cpp:141–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
139
}
140
141
QString ProjectSelectionPage::selectedTemplate()
142
{
143
QStandardItem *item = currentItem();
144
if (item)
145
return item->data().toString();
146
else
147
return QString();
148
}
149
150
QUrl ProjectSelectionPage::location()
151
{
Callers
1
appInfo
Method · 0.45
Calls
3
QString
Class · 0.50
toString
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected