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

Method pluginName

plugins/appwizard/projectvcspage.cpp:102–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102QString ProjectVcsPage::pluginName() const
103{
104 int idx = m_ui->vcsTypes->currentIndex() - 1;
105 if ( idx < 0 || idx >= vcsPlugins.size())
106 return QString();
107
108 // FIXME: Two return statements
109 return vcsPlugins[idx].first;
110}
111
112
113QString ProjectVcsPage::commitMessage() const

Callers 1

appInfoMethod · 0.80

Calls 3

QStringClass · 0.50
currentIndexMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected