Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ url
Method
url
kdevplatform/sublime/urldocument.cpp:41–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
UrlDocument::~UrlDocument() = default;
40
41
QUrl UrlDocument::url() const
42
{
43
Q_D(const UrlDocument);
44
45
return d->url;
46
}
47
48
void UrlDocument::setUrl(const QUrl& newUrl)
49
{
Callers
4
documentSpecifier
Method · 0.45
documentDirAndFilename
Function · 0.45
contextMenu
Method · 0.45
testUrlDocument
Function · 0.45
Calls
no outgoing calls
Tested by
1
testUrlDocument
Function · 0.36