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

Method sort

src/qt/bantablemodel.cpp:174–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174void BanTableModel::sort(int column, Qt::SortOrder order)
175{
176 priv->sortColumn = column;
177 priv->sortOrder = order;
178 refresh();
179}
180
181bool BanTableModel::shouldShow()
182{

Callers 9

tree_sha512sumFunction · 0.45
mainFunction · 0.45
tree_sha512sumFunction · 0.45
run_testMethod · 0.45
print_resultsFunction · 0.45
setModelMethod · 0.45
setClientModelMethod · 0.45
setWalletModelMethod · 0.45

Calls

no outgoing calls

Tested by 1

print_resultsFunction · 0.36