mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
Fixup previous commits and allow IPv6 interface addresses too.
This commit is contained in:
parent
1397a951fe
commit
5878d49f60
5 changed files with 58 additions and 48 deletions
|
@ -52,7 +52,8 @@ signals:
|
|||
|
||||
private slots:
|
||||
void updateCacheSpinSuffix(int value);
|
||||
void updateInterfaceAddressCombo(int index);
|
||||
void updateInterfaceAddressCombo();
|
||||
|
||||
private:
|
||||
void loadAdvancedSettings();
|
||||
template <typename T> void addRow(int row, const QString &rowText, T* widget);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue