[Qt] style police and small addition in rpcconsole

- fix spaces, indentation and coding style glitches
This commit is contained in:
Philip Kaufmann
2014-06-03 14:42:20 +02:00
parent 4c097f9669
commit bbe1925ce3
10 changed files with 27 additions and 22 deletions

View File

@@ -81,7 +81,6 @@ public:
}
}
if (sortColumn >= 0)
// sort cacheNodeStats (use stable sort to prevent rows jumping around unneceesarily)
qStableSort(cachedNodeStats.begin(), cachedNodeStats.end(), NodeLessThan(sortColumn, sortOrder));
@@ -110,7 +109,6 @@ public:
return 0;
}
}
};
PeerTableModel::PeerTableModel(ClientModel *parent) :