mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -35,7 +35,7 @@ class QString;
|
||||
|
||||
class IconProvider : public QObject
|
||||
{
|
||||
Q_DISABLE_COPY(IconProvider)
|
||||
Q_DISABLE_COPY_MOVE(IconProvider)
|
||||
|
||||
public:
|
||||
static void initInstance();
|
||||
|
||||
Reference in New Issue
Block a user