mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Mark singleton class as final
This commit is contained in:
@@ -86,7 +86,7 @@ namespace TrayIcon
|
||||
Q_ENUM_NS(Style)
|
||||
}
|
||||
|
||||
class Preferences : public QObject
|
||||
class Preferences final : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(Preferences)
|
||||
|
||||
Reference in New Issue
Block a user