mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-06 23:52:31 -06:00
Disable move constructor where it is sensible
This commit is contained in:
@@ -35,7 +35,7 @@ class QButtonGroup;
|
||||
class PropTabBar : public QHBoxLayout
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY(PropTabBar)
|
||||
Q_DISABLE_COPY_MOVE(PropTabBar)
|
||||
|
||||
public:
|
||||
enum PropertyTab
|
||||
|
||||
Reference in New Issue
Block a user