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

Class NodeLessThan

src/qt/peertablemodel.h:33–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31};
32
33class NodeLessThan
34{
35public:
36 NodeLessThan(int nColumn, Qt::SortOrder fOrder) :
37 column(nColumn), order(fOrder) {}
38 bool operator()(const CNodeCombinedStats &left, const CNodeCombinedStats &right) const;
39
40private:
41 int column;
42 Qt::SortOrder order;
43};
44
45/**
46 Qt model providing information about connected peers, similar to the

Callers 1

refreshPeersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected