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