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

Class BannedNodeLessThan

src/qt/bantablemodel.h:27–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25};
26
27class BannedNodeLessThan
28{
29public:
30 BannedNodeLessThan(int nColumn, Qt::SortOrder fOrder) :
31 column(nColumn), order(fOrder) {}
32 bool operator()(const CCombinedBan& left, const CCombinedBan& right) const;
33
34private:
35 int column;
36 Qt::SortOrder order;
37};
38
39/**
40 Qt model providing information about connected peers, similar to the

Callers 1

refreshBanlistMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected