Browse Source

[trivial] Fix typo in peertablemodel.cpp

0.13
MarcoFalke 9 years ago
parent
commit
e69bad19f8
  1. 2
      src/qt/peertablemodel.cpp

2
src/qt/peertablemodel.cpp

@ -85,7 +85,7 @@ public:
} }
if (sortColumn >= 0) if (sortColumn >= 0)
// sort cacheNodeStats (use stable sort to prevent rows jumping around unneceesarily) // sort cacheNodeStats (use stable sort to prevent rows jumping around unnecessarily)
qStableSort(cachedNodeStats.begin(), cachedNodeStats.end(), NodeLessThan(sortColumn, sortOrder)); qStableSort(cachedNodeStats.begin(), cachedNodeStats.end(), NodeLessThan(sortColumn, sortOrder));
// build index map // build index map

Loading…
Cancel
Save