aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/buildgraph.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/buildgraph/buildgraph.cpp')
-rw-r--r--src/lib/corelib/buildgraph/buildgraph.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/buildgraph/buildgraph.cpp b/src/lib/corelib/buildgraph/buildgraph.cpp
index 7a87303b1..0baacc27d 100644
--- a/src/lib/corelib/buildgraph/buildgraph.cpp
+++ b/src/lib/corelib/buildgraph/buildgraph.cpp
@@ -490,7 +490,7 @@ Artifact *lookupArtifact(const ResolvedProductConstPtr &product,
: artifact->product == product))
return artifact;
}
- return 0;
+ return nullptr;
}
Artifact *lookupArtifact(const ResolvedProductConstPtr &product, const QString &dirPath,