MCPcopy Create free account
hub / github.com/ElementsProject/elements / setShowInactive

Method setShowInactive

src/qt/transactionfilterproxy.cpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100void TransactionFilterProxy::setShowInactive(bool _showInactive)
101{
102 this->showInactive = _showInactive;
103 invalidateFilter();
104}
105
106int TransactionFilterProxy::rowCount(const QModelIndex &parent) const
107{

Callers 1

setWalletModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected