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:
@@ -51,7 +51,7 @@ namespace Ui
|
||||
class PluginSelectDialog final : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(PluginSelectDialog)
|
||||
Q_DISABLE_COPY_MOVE(PluginSelectDialog)
|
||||
|
||||
public:
|
||||
explicit PluginSelectDialog(SearchPluginManager *pluginManager, QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user