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

Method setItemPath

kdevplatform/project/projectitemlineedit.cpp:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225void ProjectItemLineEdit::setItemPath(const QStringList& list)
226{
227 Q_D(ProjectItemLineEdit);
228
229 setText(KDevelop::joinWithEscaping(removeProjectBasePath(list, d->base), sep, escape));
230}
231
232QStringList ProjectItemLineEdit::itemPath() const
233{

Callers

nothing calls this directly

Calls 2

joinWithEscapingFunction · 0.85
removeProjectBasePathFunction · 0.85

Tested by

no test coverage detected