MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / flags

Method flags

src/qt/bantablemodel.cpp:148–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148Qt::ItemFlags BanTableModel::flags(const QModelIndex &index) const
149{
150 if(!index.isValid())
151 return 0;
152
153 Qt::ItemFlags retval = Qt::ItemIsSelectable | Qt::ItemIsEnabled;
154 return retval;
155}
156
157QModelIndex BanTableModel::index(int row, int column, const QModelIndex &parent) const
158{

Callers 3

invokeMethod · 0.45
tinyformat.hFile · 0.45
formatImplFunction · 0.45

Calls 1

isValidMethod · 0.45

Tested by

no test coverage detected