MCPcopy 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

39UrlDocument::~UrlDocument() = default;
40
41QUrl UrlDocument::url() const
42{
43 Q_D(const UrlDocument);
44
45 return d->url;
46}
47
48void UrlDocument::setUrl(const QUrl& newUrl)
49{

Callers 4

documentSpecifierMethod · 0.45
documentDirAndFilenameFunction · 0.45
contextMenuMethod · 0.45
testUrlDocumentFunction · 0.45

Calls

no outgoing calls

Tested by 1

testUrlDocumentFunction · 0.36