mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-23 00:47:21 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -112,7 +112,7 @@ namespace Private
|
||||
class FileLineEdit final : public QLineEdit, public FileEditorWithCompletion
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(FileLineEdit)
|
||||
Q_DISABLE_COPY_MOVE(FileLineEdit)
|
||||
|
||||
public:
|
||||
FileLineEdit(QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user