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

Method setPath

kdevplatform/shell/watcheddocumentset.cpp:533–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533void DocumentsInPathSet::setPath(const QString& path)
534{
535 if (m_path == path) {
536 return;
537 }
538
539 m_path = path;
540 reload();
541}
542
543bool DocumentsInPathSet::include(const IndexedString& path) const
544{

Callers 2

validateOpenUrlMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected