aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2018-10-16 12:33:22 +0200
committerhjk <hjk@qt.io>2018-10-16 11:37:05 +0000
commit8fc53e97644657e349fe1682a73429df7675f9e3 (patch)
tree61c4a5237c73bf1e0f81df9bef97170675a6f78c
parentded488819af6109586f0499a5019b6b774360d6e (diff)
Modernize non-existing IDevice::operator=()
Change-Id: Ia22ba1f307ef25348466740564072fd6fe8d6c9c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rw-r--r--src/plugins/projectexplorer/devicesupport/idevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/projectexplorer/devicesupport/idevice.h b/src/plugins/projectexplorer/devicesupport/idevice.h
index 493b7b306e..d917fc1863 100644
--- a/src/plugins/projectexplorer/devicesupport/idevice.h
+++ b/src/plugins/projectexplorer/devicesupport/idevice.h
@@ -211,7 +211,7 @@ protected:
IDevice(const IDevice &other);
private:
- IDevice &operator=(const IDevice &); // Unimplemented.
+ IDevice &operator=(const IDevice &) = delete;
int version() const;