aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/project_p.h
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@theqtcompany.com>2016-08-01 10:34:45 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2016-08-02 16:18:28 +0000
commit9474e0b5032e7d0c4d48388dde4a71303a7de612 (patch)
tree91eab148d8f265d4afea8af8b9802a24277e3374 /src/lib/corelib/api/project_p.h
parent556d6dbc81705547a3cb438f6ab7f2c0c3f8cd11 (diff)
API: Have only one data type for artifacts
There's a lot of redundancy between SourceArtifact and TargetArtifact. Further API clean-up will build on this merged type. Change-Id: I6dc16a3232ddc181d576ee8e8b9ee51c610b0741 Reviewed-by: Jake Petroules <jake.petroules@qt.io>
Diffstat (limited to 'src/lib/corelib/api/project_p.h')
-rw-r--r--src/lib/corelib/api/project_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/corelib/api/project_p.h b/src/lib/corelib/api/project_p.h
index c8d37a76d..8257c39ba 100644
--- a/src/lib/corelib/api/project_p.h
+++ b/src/lib/corelib/api/project_p.h
@@ -74,7 +74,7 @@ public:
GroupData findGroupData(const ProductData &product, const QString &groupName) const;
GroupData createGroupDataFromGroup(const GroupPtr &resolvedGroup);
- SourceArtifact createApiSourceArtifact(const SourceArtifactConstPtr &sa);
+ ArtifactData createApiSourceArtifact(const SourceArtifactConstPtr &sa);
struct GroupUpdateContext {
QList<ResolvedProductPtr> resolvedProducts;