mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-07 08:02:30 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -41,7 +41,7 @@ namespace BitTorrent
|
||||
class StatusBar : public QStatusBar
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(StatusBar)
|
||||
Q_DISABLE_COPY_MOVE(StatusBar)
|
||||
|
||||
public:
|
||||
StatusBar(QWidget *parent = nullptr);
|
||||
|
||||
Reference in New Issue
Block a user