MCPcopy Create free account
hub / github.com/KDAB/GammaRay / setFilterInactiveTools

Method setFilterInactiveTools

ui/clienttoolfilterproxymodel.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void ClientToolFilterProxyModel::setFilterInactiveTools(bool enable)
34{
35 m_filterInactiveTools = enable;
36 invalidate();
37}
38
39bool ClientToolFilterProxyModel::filterAcceptsRow(int source_row, const QModelIndex &source_parent) const
40{

Callers 1

MainWindowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected