mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-03 14:12:30 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Ui
|
||||
class TorrentCategoryDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(TorrentCategoryDialog)
|
||||
Q_DISABLE_COPY_MOVE(TorrentCategoryDialog)
|
||||
|
||||
public:
|
||||
static QString createCategory(QWidget *parent, const QString &parentCategoryName = {});
|
||||
|
||||
Reference in New Issue
Block a user