aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/artifactcleaner.cpp
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2017-09-18 10:38:03 +0200
committerJoerg Bornemann <joerg.bornemann@qt.io>2017-09-19 07:50:19 +0000
commitdccbb056ed18f44333e15a969fe38c5a5bb0fa16 (patch)
tree2c15b55e4ceb37316d0fe6c9c45fb677da968883 /src/lib/corelib/buildgraph/artifactcleaner.cpp
parentb32d41b8788ea0c8d41c50effb6e15d8e6133a63 (diff)
Add missing override keywords
Change-Id: I647a04501fbc279d0434d9b8a6160dad1a4f907e Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/lib/corelib/buildgraph/artifactcleaner.cpp')
-rw-r--r--src/lib/corelib/buildgraph/artifactcleaner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/artifactcleaner.cpp b/src/lib/corelib/buildgraph/artifactcleaner.cpp
index b35120c55..7a4b4dd82 100644
--- a/src/lib/corelib/buildgraph/artifactcleaner.cpp
+++ b/src/lib/corelib/buildgraph/artifactcleaner.cpp
@@ -126,7 +126,7 @@ public:
bool hasError() const { return m_hasError; }
private:
- void doVisit(Artifact *artifact)
+ void doVisit(Artifact *artifact) override
{
if (m_observer->canceled())
throw ErrorInfo(Tr::tr("Cleaning up was canceled."));