mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-01 05:08:05 -06:00
Disable copy, move constructors when inheriting from QObject
This commit is contained in:
@@ -48,6 +48,7 @@ using namespace std::chrono_literals;
|
||||
class SpeedPlotView final : public QGraphicsView
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_DISABLE_COPY_MOVE(SpeedPlotView)
|
||||
|
||||
public:
|
||||
enum GraphID
|
||||
|
||||
Reference in New Issue
Block a user