mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 05:38:06 -06:00
Merge pull request #19277 from Chocobo1/ctor
Don't update settings when it hasn't changed
This commit is contained in:
@@ -126,7 +126,7 @@ namespace Net
|
||||
|
||||
class DownloadHandlerImpl;
|
||||
|
||||
class DownloadManager : public QObject
|
||||
class DownloadManager final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(DownloadManager)
|
||||
|
||||
@@ -40,7 +40,7 @@ namespace Net
|
||||
{
|
||||
struct DownloadResult;
|
||||
|
||||
class GeoIPManager : public QObject
|
||||
class GeoIPManager final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(GeoIPManager)
|
||||
|
||||
Reference in New Issue
Block a user