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

Method showTargets

kdevplatform/project/projectproxymodel.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void ProjectProxyModel::showTargets(bool visible)
32{
33 if (visible != m_showTargets) {
34 m_showTargets = visible;
35 invalidateFilter();
36 }
37}
38
39bool ProjectProxyModel::filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const
40{

Callers 2

ProjectManagerViewMethod · 0.80
toggleHideTargetsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected