forked from qt-creator/qt-creator
Modernize non-existing IDevice::operator=()
Change-Id: Ia22ba1f307ef25348466740564072fd6fe8d6c9c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -211,7 +211,7 @@ protected:
|
||||
IDevice(const IDevice &other);
|
||||
|
||||
private:
|
||||
IDevice &operator=(const IDevice &); // Unimplemented.
|
||||
IDevice &operator=(const IDevice &) = delete;
|
||||
|
||||
int version() const;
|
||||
|
||||
|
Reference in New Issue
Block a user