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

Method allTypes

plugins/quickopen/quickopenmodel.cpp:58–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58QStringList QuickOpenModel::allTypes() const
59{
60 QSet<QString> types;
61 for (const ProviderEntry& provider : m_providers) {
62 types += provider.types;
63 }
64
65 return types.values();
66}
67
68void QuickOpenModel::registerProvider(const QStringList& scopes, const QStringList& types, KDevelop::QuickOpenDataProviderBase* provider)
69{

Callers 1

QuickOpenWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected