mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06: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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user