Fix build with msvc2010

override on destructors are not very useful anyhow, but also msvc2010
doesn't like them at all.

Change-Id: I2d5f4b0d6148c5e66d2cba604d305707269d12e0
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Eike Ziller <eike.ziller@digia.com>
This commit is contained in:
Eike Ziller
2014-02-07 09:01:53 +01:00
parent e9cf16b701
commit 39a29dcfd9
9 changed files with 21 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ class IosRunControl : public ProjectExplorer::RunControl
public:
explicit IosRunControl(IosRunConfiguration *runConfig);
~IosRunControl() QTC_OVERRIDE;
~IosRunControl();
void start() QTC_OVERRIDE;