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

Method currentItemPath

plugins/execute/projecttargetscombobox.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74QStringList ProjectTargetsComboBox::currentItemPath() const
75{
76 return KDevelop::splitWithEscaping(currentText(), QLatin1Char('/'), QLatin1Char('\\'));
77}
78
79void ProjectTargetsComboBox::setCurrentItemPath(const QStringList& str)
80{

Callers 1

saveToConfigurationMethod · 0.80

Calls 1

splitWithEscapingFunction · 0.85

Tested by

no test coverage detected