Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ toUrl
Method
toUrl
kdevplatform/serialization/indexedstring.cpp:322–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
320
}
321
322
QUrl IndexedString::toUrl() const
323
{
324
if (isEmpty()) {
325
return {};
326
}
327
QUrl ret = QUrl::fromUserInput(str());
328
Q_ASSERT(!ret.isRelative());
329
return ret;
330
}
331
332
QString IndexedString::str() const
333
{
Callers
15
testUrl
Method · 0.45
bench_kurl
Method · 0.45
testUrl
Method · 0.45
data
Method · 0.45
CurrentProjectSet
Method · 0.45
setCurrentDocument
Method · 0.45
formatFiles
Method · 0.45
saveListOfOpenedProjects
Method · 0.45
importProject
Method · 0.45
askProjectConfigLocation
Method · 0.45
eventuallyOpenProjectFile
Method · 0.45
projectImportingFinished
Method · 0.45
Calls
1
isEmpty
Function · 0.70
Tested by
14
testUrl
Method · 0.36
bench_kurl
Method · 0.36
testUrl
Method · 0.36
openProject
Method · 0.36
closeProject
Method · 0.36
openCloseOpen
Method · 0.36
reopen
Method · 0.36
reopenWhileLoading
Method · 0.36
openMultiple
Method · 0.36
emptyProject
Method · 0.36
singleFile
Method · 0.36
singleDirectory
Method · 0.36