mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 15:37:26 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Ui
|
||||
class WatchedFolderOptionsDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(WatchedFolderOptionsDialog)
|
||||
Q_DISABLE_COPY_MOVE(WatchedFolderOptionsDialog)
|
||||
|
||||
public:
|
||||
explicit WatchedFolderOptionsDialog(const TorrentFilesWatcher::WatchedFolderOptions &watchedFolderOptions, QWidget *parent);
|
||||
|
||||
Reference in New Issue
Block a user