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

Function openProjectForUrl

kdevplatform/shell/projectcontroller.h:100–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 bool fetchProjectFromUrl(const QUrl& repoUrl, FetchFlags fetchFlags = FetchShowErrorIfNotSupported);
99
100public Q_SLOTS:
101 Q_SCRIPTABLE void openProjectForUrl( const QString &sourceUrl ) { openProjectForUrl(QUrl(sourceUrl)); }
102 void openProjectForUrl( const QUrl &sourceUrl ) override;
103 void fetchProject();
104 void openProject( const QUrl &KDev4ProjectFile = QUrl() ) override;

Callers 1

openProjectForUrlSlotMethod · 0.85

Calls 1

QUrlClass · 0.70

Tested by

no test coverage detected