mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 09:24:59 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -37,7 +37,7 @@ class SearchPluginManager;
|
||||
class SearchDownloadHandler : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(SearchDownloadHandler)
|
||||
Q_DISABLE_COPY_MOVE(SearchDownloadHandler)
|
||||
|
||||
friend class SearchPluginManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user