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

Function toPathList

kdevplatform/util/path.cpp:465–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465Path::List toPathList(const QList<QUrl>& list)
466{
467 return toPathList_impl(list);
468}
469
470Path::List toPathList(const QList<QString>& list)
471{

Callers 3

pasteFromContextMenuMethod · 0.85
environmentMethod · 0.85
includesMethod · 0.85

Calls 1

toPathList_implFunction · 0.85

Tested by 1

environmentMethod · 0.68