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

Method url

kdevplatform/shell/partdocument.cpp:204–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204QUrl PartDocument::url() const
205{
206 return Sublime::UrlDocument::url();
207}
208
209void PartDocument::setUrl(const QUrl& newUrl)
210{

Callers 15

dirChangedMethod · 0.45
setCurrentDocumentMethod · 0.45
closedDocumentMethod · 0.45
getImportsFromDUChainMethod · 0.45
OpenDocumentSetMethod · 0.45
documentClosedMethod · 0.45
documentCreatedMethod · 0.45
documentUrlChangedMethod · 0.45
projectOpenedMethod · 0.45
FileFormatterMethod · 0.45
beautifySourceMethod · 0.45
beautifyLineMethod · 0.45

Calls 1

urlFunction · 0.85

Tested by 3

testEmptyUrlMethod · 0.36