mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 17:12:31 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Ui
|
||||
class SearchJobWidget final : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(SearchJobWidget)
|
||||
Q_DISABLE_COPY_MOVE(SearchJobWidget)
|
||||
|
||||
public:
|
||||
enum class NameFilteringMode
|
||||
|
||||
Reference in New Issue
Block a user