MCPcopy 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
141QString ProjectSelectionPage::selectedTemplate()
142{
143 QStandardItem *item = currentItem();
144 if (item)
145 return item->data().toString();
146 else
147 return QString();
148}
149
150QUrl ProjectSelectionPage::location()
151{

Callers 1

appInfoMethod · 0.45

Calls 3

QStringClass · 0.50
toStringMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected