summaryrefslogtreecommitdiff
path: root/src/plugins/remotelinux/abstractpackagingstep.h
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-13 11:06:27 +0100
committerTobias Hunger <tobias.hunger@theqtcompany.com>2015-11-16 10:14:32 +0000
commit0e278e9efeffef2de86decfc5e415a94d7234b4f (patch)
treeef4ca0117d5ab3dc65e7f707a9d626cc2dd48a0d /src/plugins/remotelinux/abstractpackagingstep.h
parentca29cbfc8a4cd2fad3556f0c98febc4692894265 (diff)
downloadqt-creator-0e278e9efeffef2de86decfc5e415a94d7234b4f.tar.gz
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>
Diffstat (limited to 'src/plugins/remotelinux/abstractpackagingstep.h')
-rw-r--r--src/plugins/remotelinux/abstractpackagingstep.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remotelinux/abstractpackagingstep.h b/src/plugins/remotelinux/abstractpackagingstep.h
index 88c177ec07..5767cb4f01 100644
--- a/src/plugins/remotelinux/abstractpackagingstep.h
+++ b/src/plugins/remotelinux/abstractpackagingstep.h
@@ -46,11 +46,11 @@ class REMOTELINUX_EXPORT AbstractPackagingStep : public ProjectExplorer::BuildSt
public:
AbstractPackagingStep(ProjectExplorer::BuildStepList *bsl, Core::Id id);
AbstractPackagingStep(ProjectExplorer::BuildStepList *bsl, AbstractPackagingStep *other);
- ~AbstractPackagingStep();
+ ~AbstractPackagingStep() override;
QString packageFilePath() const;
QString cachedPackageFilePath() const;
- bool init();
+ bool init() override;
signals:
void packageFilePathChanged();