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

Method urls

kdevplatform/interfaces/context.cpp:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67QList<QUrl> FileContext::urls() const
68{
69 Q_D(const FileContext);
70
71 return d->m_urls;
72}
73
74class ProjectItemContextPrivate : public ContextPrivate
75{

Callers 2

contextMenuExtensionMethod · 0.45
dropEventMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected