mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 02:27:09 -07:00
Store enum type in settings directly
Affected settings will be migrated to new keys so nothing should break. PR #15800.
This commit is contained in:
parent
ab5605d54b
commit
e3fe66d3ec
10 changed files with 216 additions and 67 deletions
|
@ -48,7 +48,7 @@ namespace Net
|
|||
explicit DNSUpdater(QObject *parent = nullptr);
|
||||
~DNSUpdater();
|
||||
|
||||
static QUrl getRegistrationUrl(int service);
|
||||
static QUrl getRegistrationUrl(DNS::Service service);
|
||||
|
||||
public slots:
|
||||
void updateCredentials();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue