mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Mark singleton class as final
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
class QString;
|
||||
|
||||
class IconProvider : public QObject
|
||||
class IconProvider final : public QObject
|
||||
{
|
||||
Q_DISABLE_COPY_MOVE(IconProvider)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user