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

Method name

kdevplatform/shell/project.cpp:429–434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

427}
428
429QString Project::name() const
430{
431 Q_D(const Project);
432
433 return d->name;
434}
435
436QString Project::developerTempFile() const
437{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected