Skip to content

Commit 0c6f378

Browse files
committed
Merge branch 'gui_peers_no_net_column' into gui_peers_bump_setting_keys-25+k
2 parents ed4b94a + 729e7b3 commit 0c6f378

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/qt/peertablemodel.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ class PeerTableModel : public QAbstractTableModel
5454
Direction,
5555
Address,
5656
ConnectionType,
57-
Network,
5857
Ping,
5958
Sent,
6059
Received,
61-
Subversion
60+
Subversion,
61+
Network, // Not used, just kept at the end to avoid excessive code removal
6262
};
6363

6464
enum {
@@ -100,9 +100,6 @@ public Q_SLOTS:
100100
/*: Title of Peers Table column which describes the type of
101101
peer connection. The "type" describes why the connection exists. */
102102
tr("Type"),
103-
/*: Title of Peers Table column which states the network the peer
104-
connected through. */
105-
tr("Network"),
106103
/*: Title of Peers Table column which indicates the current latency
107104
of the connection with the peer. */
108105
tr("Ping"),

0 commit comments

Comments
 (0)