mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-02 21:52:32 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
class LogListView final : public QListView
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(LogListView)
|
||||
Q_DISABLE_COPY_MOVE(LogListView)
|
||||
|
||||
public:
|
||||
explicit LogListView(QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user