Use better variable names for tracker announce IP setting.

This commit is contained in:
sledgehammer999 2016-10-31 01:22:11 +02:00
parent db4b30ad48
commit f885c6375a
5 changed files with 20 additions and 20 deletions

View file

@ -64,7 +64,7 @@ private:
cb_super_seeding, cb_program_notifications, cb_torrent_added_notifications, cb_tracker_status,
cb_confirm_torrent_recheck, cb_enable_tracker_ext, cb_listen_ipv6, cb_announce_all_trackers;
QComboBox combo_iface, combo_iface_address;
QLineEdit txt_network_address;
QLineEdit txtAnnounceIP;
// OS dependent settings
#if defined(Q_OS_WIN) || defined(Q_OS_MAC)