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

Method setPathForDocumentsInPathScope

kdevplatform/shell/problemstore.cpp:292–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

290}
291
292void ProblemStore::setPathForDocumentsInPathScope(const QString& path)
293{
294 Q_D(ProblemStore);
295
296 d->m_pathForDocumentsInPathScope = path;
297
298 if (d->m_documents->scope() == DocumentsInPath) {
299 static_cast<DocumentsInPathSet*>(d->m_documents)->setPath(path);
300 }
301}
302
303QString ProblemStore::pathForDocumentsInPathScope() const
304{

Callers 1

setupActionsMethod · 0.45

Calls 2

scopeMethod · 0.45
setPathMethod · 0.45

Tested by

no test coverage detected