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

Method setShowImports

kdevplatform/shell/problemstore.cpp:262–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260}
261
262void ProblemStore::setShowImports(bool showImports)
263{
264 Q_D(ProblemStore);
265
266 d->m_documents->setShowImports(showImports);
267}
268
269int ProblemStore::showImports() const
270{

Callers 3

setScopeMethod · 0.45
setupActionsMethod · 0.45
updateActionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected