diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-11-13 11:44:00 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-11-16 11:16:17 +0000 |
commit | a110abeed7a5588b52cb63aa48c62b197b88fdcf (patch) | |
tree | ba0654f9cb7e712244c496cd10d0b2c2ea2fc3d5 /src/plugins/qmakeandroidsupport/androidpackageinstallationstep.h | |
parent | 0e278e9efeffef2de86decfc5e415a94d7234b4f (diff) | |
download | qt-creator-a110abeed7a5588b52cb63aa48c62b197b88fdcf.tar.gz |
Remove unnecessary destructors
Change-Id: Id0bc2d3a305e6af24838266195ab22e04e3a12a1
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmakeandroidsupport/androidpackageinstallationstep.h')
-rw-r--r-- | src/plugins/qmakeandroidsupport/androidpackageinstallationstep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/qmakeandroidsupport/androidpackageinstallationstep.h b/src/plugins/qmakeandroidsupport/androidpackageinstallationstep.h index f0eebd4043..b1157666ea 100644 --- a/src/plugins/qmakeandroidsupport/androidpackageinstallationstep.h +++ b/src/plugins/qmakeandroidsupport/androidpackageinstallationstep.h @@ -52,7 +52,7 @@ public: void run(QFutureInterface<bool> &fi) override; private: AndroidPackageInstallationStep(ProjectExplorer::BuildStepList *bc, - AndroidPackageInstallationStep *other); + AndroidPackageInstallationStep *other); QStringList m_androidDirsToClean; static const Core::Id Id; }; |