diff options
| author | Philip Kaufmann <[email protected]> | 2014-06-03 14:42:20 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-06-03 15:01:50 +0200 |
| commit | bbe1925ce3e627fd405d83e3c947e1f430a1d720 (patch) | |
| tree | c90ef9fe03b5f4cbb30ccd23ab42b1c43b26bb1f /src/qt/peertablemodel.cpp | |
| parent | Merge pull request #4225 (diff) | |
| download | discoin-bbe1925ce3e627fd405d83e3c947e1f430a1d720.tar.xz discoin-bbe1925ce3e627fd405d83e3c947e1f430a1d720.zip | |
[Qt] style police and small addition in rpcconsole
- fix spaces, indentation and coding style glitches
Diffstat (limited to 'src/qt/peertablemodel.cpp')
| -rw-r--r-- | src/qt/peertablemodel.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/qt/peertablemodel.cpp b/src/qt/peertablemodel.cpp index fba9d84e7..db5ce639b 100644 --- a/src/qt/peertablemodel.cpp +++ b/src/qt/peertablemodel.cpp @@ -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) : |