mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 16:07:23 -06:00
Mark singleton class as final
This commit is contained in:
@@ -88,7 +88,7 @@ namespace RSS
|
||||
class Folder;
|
||||
class Item;
|
||||
|
||||
class Session : public QObject
|
||||
class Session final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(Session)
|
||||
|
||||
Reference in New Issue
Block a user