Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
262
void ProblemStore::setShowImports(bool showImports)
263
{
264
Q_D(ProblemStore);
265
266
d->m_documents->setShowImports(showImports);
267
}
268
269
int ProblemStore::showImports() const
270
{
Callers
3
setScope
Method · 0.45
setupActions
Method · 0.45
updateActions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected