Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ documentSpecifier
Method
documentSpecifier
kdevplatform/sublime/urldocument.cpp:76–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
74
}
75
76
QString UrlDocument::documentSpecifier() const
77
{
78
Q_D(const UrlDocument);
79
80
return d->url.url();
81
}
82
83
QMimeType UrlDocument::mimeType() const
84
{
Callers
15
activeDocumentPaths
Method · 0.45
raiseToolView
Method · 0.45
addToolView
Method · 0.45
removeToolView
Method · 0.45
updateFileButtons
Method · 0.45
labelClicked
Method · 0.45
saveFromAreaPrivate
Function · 0.45
loadToArea
Method · 0.45
filterViews
Function · 0.45
operator<<
Function · 0.45
setUpWidgetForDockWidget
Function · 0.45
prepareViewWidget
Method · 0.45
Calls
1
url
Method · 0.45
Tested by
no test coverage detected