ProjectConfiguration: Sprinkle override and explicit over the code

Change-Id: I2aa3a32a0d30f1d122977d94d4109227dea6bbd7
Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
Tobias Hunger
2015-11-13 11:06:27 +01:00
parent ca29cbfc8a
commit 0e278e9efe
52 changed files with 318 additions and 320 deletions

View File

@@ -64,9 +64,9 @@ public:
};
friend class IosDeployStepFactory;
IosDeployStep(ProjectExplorer::BuildStepList *bc);
explicit IosDeployStep(ProjectExplorer::BuildStepList *bc);
~IosDeployStep();
~IosDeployStep() override;
bool fromMap(const QVariantMap &map) override;
QVariantMap toMap() const override;