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

Method fetchProject

kdevplatform/shell/projectcontroller.cpp:937–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

935}
936
937void ProjectController::fetchProject()
938{
939 Q_D(ProjectController);
940
941 QUrl url = d->dialog->askProjectConfigLocation(true);
942
943 if ( !url.isEmpty() )
944 {
945 d->importProject(url);
946 }
947}
948
949void ProjectController::projectImportingFinished( IProject* project )
950{

Callers

nothing calls this directly

Calls 3

importProjectMethod · 0.80
isEmptyMethod · 0.45

Tested by

no test coverage detected