[trivial] Fix typo in peertablemodel.cpp

This commit is contained in:
MarcoFalke 2015-08-18 19:23:28 +02:00
parent 8a03727d9c
commit e69bad19f8

View file

@ -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