aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/ios/iostoolhandler.cpp
diff options
context:
space:
mode:
authorAlessandro Portale <[email protected]>2018-11-12 19:55:59 +0100
committerAlessandro Portale <[email protected]>2018-11-13 15:44:34 +0000
commit39400381b399a3064fd2ab19fe752e2be7451681 (patch)
tree48be8662bee507ff78eb71e13485eda69766f6c7 /src/plugins/ios/iostoolhandler.cpp
parent57d31b8ebc1b8c18ae01ab7f65e11269aca8aa5b (diff)
iOS: Modernize
modernize-* Change-Id: I64d2bb4320c9b444bc13e90099600628eac1f5a6 Reviewed-by: Orgad Shaneh <[email protected]>
Diffstat (limited to 'src/plugins/ios/iostoolhandler.cpp')
-rw-r--r--src/plugins/ios/iostoolhandler.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/plugins/ios/iostoolhandler.cpp b/src/plugins/ios/iostoolhandler.cpp
index 99d87fee4f1..0312b168b5c 100644
--- a/src/plugins/ios/iostoolhandler.cpp
+++ b/src/plugins/ios/iostoolhandler.cpp
@@ -235,7 +235,7 @@ class IosDeviceToolHandlerPrivate : public IosToolHandlerPrivate
};
public:
explicit IosDeviceToolHandlerPrivate(const IosDeviceType &devType, IosToolHandler *q);
- ~IosDeviceToolHandlerPrivate();
+ ~IosDeviceToolHandlerPrivate() override;
// IosToolHandlerPrivate overrides
public:
@@ -304,7 +304,7 @@ class IosSimulatorToolHandlerPrivate : public IosToolHandlerPrivate
{
public:
explicit IosSimulatorToolHandlerPrivate(const IosDeviceType &devType, IosToolHandler *q);
- ~IosSimulatorToolHandlerPrivate();
+ ~IosSimulatorToolHandlerPrivate() override;
// IosToolHandlerPrivate overrides
public:
@@ -336,9 +336,7 @@ IosToolHandlerPrivate::IosToolHandlerPrivate(const IosDeviceType &devType,
{
}
-IosToolHandlerPrivate::~IosToolHandlerPrivate()
-{
-}
+IosToolHandlerPrivate::~IosToolHandlerPrivate() = default;
// signals
void IosToolHandlerPrivate::isTransferringApp(const QString &bundlePath, const QString &deviceId,