mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-22 16:37:21 -06:00
Mark singleton class as final
This commit is contained in:
@@ -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