mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-04 22:52:33 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
class UIThemeManager : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(UIThemeManager)
|
||||
Q_DISABLE_COPY_MOVE(UIThemeManager)
|
||||
|
||||
public:
|
||||
static void initInstance();
|
||||
|
||||
Reference in New Issue
Block a user