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

Method DocumentsInCurrentPathSet

kdevplatform/shell/watcheddocumentset.cpp:552–555  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552DocumentsInCurrentPathSet::DocumentsInCurrentPathSet(const IndexedString& document, QObject* parent)
553 : DocumentsInPathSet(QFileInfo(document.str()).path(), parent)
554{
555}
556
557ProblemScope DocumentsInCurrentPathSet::scope() const
558{

Callers

nothing calls this directly

Calls 3

strMethod · 0.80
QFileInfoClass · 0.50
pathMethod · 0.45

Tested by

no test coverage detected