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

Function openFiles

app/main.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83#endif
84
85void openFiles(const QVector<UrlInfo>& infos)
86{
87 for (const UrlInfo& info : infos) {
88 if (!ICore::self()->documentController()->openDocument(info.url, info.cursor)) {
89 qCWarning(APP) << i18n("Could not open %1", info.url.toDisplayString(QUrl::PreferLocalFile));
90 }
91 }
92}
93
94}
95

Callers 3

remoteArgumentsFunction · 0.70
fileOpenRequestedFunction · 0.70
mainFunction · 0.70

Calls 2

documentControllerMethod · 0.80
openDocumentMethod · 0.45

Tested by

no test coverage detected