aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/api/project_p.h
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2018-04-26 10:21:48 +0200
committerChristian Kandeler <christian.kandeler@qt.io>2018-04-26 16:11:51 +0000
commit914c77f9ba718806e0b2f8dbf7a3f97fe769ad20 (patch)
tree6bdebb434594c6df8e81e526ab0692e29801c80d /src/lib/corelib/api/project_p.h
parentf5e9326c51e6352eed919c66d0c2a213f1e5b1dc (diff)
Make lists of SourceArtifactPtr vectors
The value_type is not suitable for QList. Change-Id: I5a0f238838a90fa9ca942711ce9376ce6b832d8e Reviewed-by: Christian Kandeler <christian.kandeler@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 252f2225a..58f61a5bc 100644
--- a/src/lib/corelib/api/project_p.h
+++ b/src/lib/corelib/api/project_p.h
@@ -115,7 +115,7 @@ public:
const QStringList &filePaths);
void removeGroup(const ProductData &product, const GroupData &group);
void removeFilesFromBuildGraph(const ResolvedProductConstPtr &product,
- const QList<SourceArtifactPtr> &files);
+ const std::vector<SourceArtifactPtr> &files);
void updateInternalCodeLocations(const ResolvedProjectPtr &project,
const CodeLocation &changeLocation, int lineOffset);
void updateExternalCodeLocations(const ProjectData &project,