File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ class PeerTableModel : public QAbstractTableModel
54
54
Direction,
55
55
Address,
56
56
ConnectionType,
57
- Network,
58
57
Ping,
59
58
Sent,
60
59
Received,
61
- Subversion
60
+ Subversion,
61
+ Network, // Not used, just kept at the end to avoid excessive code removal
62
62
};
63
63
64
64
enum {
@@ -100,9 +100,6 @@ public Q_SLOTS:
100
100
/* : Title of Peers Table column which describes the type of
101
101
peer connection. The "type" describes why the connection exists. */
102
102
tr (" Type" ),
103
- /* : Title of Peers Table column which states the network the peer
104
- connected through. */
105
- tr (" Network" ),
106
103
/* : Title of Peers Table column which indicates the current latency
107
104
of the connection with the peer. */
108
105
tr (" Ping" ),
You can’t perform that action at this time.
0 commit comments