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

Method imports

kdevplatform/shell/watcheddocumentset.cpp:230–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230WatchedDocumentSet::DocumentSet WatchedDocumentSet::imports() const
231{
232 Q_D(const WatchedDocumentSet);
233
234 return d->imports();
235}
236
237CurrentDocumentSet::CurrentDocumentSet(const IndexedString& document, QObject* parent)
238 : WatchedDocumentSet(parent)

Callers 1

matchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected