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

Method addToFileSet

kdevplatform/shell/project.cpp:665–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665void Project::addToFileSet( ProjectFileItem* file )
666{
667 Q_D(Project);
668
669 if (d->fileSet.contains(file->indexedPath())) {
670 return;
671 }
672
673 d->fileSet.insert( file->indexedPath() );
674 emit fileAddedToSet( file );
675}
676
677void Project::removeFromFileSet( ProjectFileItem* file )
678{

Callers 1

setPathMethod · 0.45

Calls 3

indexedPathMethod · 0.80
containsMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected