5 #ifndef BITCOIN_QT_PEERTABLESORTPROXY_H 6 #define BITCOIN_QT_PEERTABLESORTPROXY_H 8 #include <QSortFilterProxyModel> 22 bool lessThan(
const QModelIndex& left_index,
const QModelIndex& right_index)
const override;
25 #endif // BITCOIN_QT_PEERTABLESORTPROXY_H
PeerTableSortProxy(QObject *parent=nullptr)
bool lessThan(const QModelIndex &left_index, const QModelIndex &right_index) const override