Merge pull request #19277 from Chocobo1/ctor

Don't update settings when it hasn't changed
This commit is contained in:
Chocobo1
2023-07-06 12:41:45 +08:00
committed by GitHub
10 changed files with 441 additions and 52 deletions

View File

@@ -126,7 +126,7 @@ namespace Net
class DownloadHandlerImpl;
class DownloadManager : public QObject
class DownloadManager final : public QObject
{
Q_OBJECT
Q_DISABLE_COPY_MOVE(DownloadManager)

View File

@@ -40,7 +40,7 @@ namespace Net
{
struct DownloadResult;
class GeoIPManager : public QObject
class GeoIPManager final : public QObject
{
Q_OBJECT
Q_DISABLE_COPY_MOVE(GeoIPManager)