[trivial] Fix typo in peertablemodel.cpp
This commit is contained in:
parent
8a03727d9c
commit
e69bad19f8
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public:
|
|||
}
|
||||
|
||||
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));
|
||||
|
||||
// build index map
|
||||
|
|
Loading…
Reference in a new issue