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

Method setManagerPlugin

kdevplatform/shell/project.cpp:630–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

628}
629
630void Project::setManagerPlugin( IPlugin* manager )
631{
632 Q_D(Project);
633
634 d->manager = manager;
635}
636
637Path Project::projectFile() const
638{

Callers 5

emptyProjectMethod · 0.80
singleFileMethod · 0.80
singleDirectoryMethod · 0.80
fileInSubdirectoryMethod · 0.80
prettyFileNameMethod · 0.80

Calls

no outgoing calls

Tested by 5

emptyProjectMethod · 0.64
singleFileMethod · 0.64
singleDirectoryMethod · 0.64
fileInSubdirectoryMethod · 0.64
prettyFileNameMethod · 0.64