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 @@ -49,11 +49,11 @@ class PeerTableModel : public QAbstractTableModel
49
49
NetNodeId = 0 ,
50
50
Address,
51
51
ConnectionType,
52
- Network,
53
52
Ping,
54
53
Sent,
55
54
Received,
56
- Subversion
55
+ Subversion,
56
+ Network, // Not used, just kept at the end to avoid excessive code removal
57
57
};
58
58
59
59
enum {
@@ -87,9 +87,6 @@ public Q_SLOTS:
87
87
/* : Title of Peers Table column which describes the type of
88
88
peer connection. The "type" describes why the connection exists. */
89
89
tr (" Type" ),
90
- /* : Title of Peers Table column which states the network the peer
91
- connected through. */
92
- tr (" Network" ),
93
90
/* : Title of Peers Table column which indicates the current latency
94
91
of the connection with the peer. */
95
92
tr (" Ping" ),
You can’t perform that action at this time.
0 commit comments