forked from qt-creator/qt-creator
Fix clang warnings about copies in range-for constructs
Change-Id: If50553964483626e72a816b1d23fa81b45ed9ca7 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
ProjectInfo generate();
|
||||
|
||||
private:
|
||||
QVector<ProjectPart::Ptr> createProjectParts(
|
||||
const QVector<ProjectPart::Ptr> createProjectParts(
|
||||
const ProjectExplorer::RawProjectPart &rawProjectPart);
|
||||
ProjectPart::Ptr createProjectPart(const ProjectExplorer::RawProjectPart &rawProjectPart,
|
||||
const ProjectPart::Ptr &templateProjectPart,
|
||||
|
||||
Reference in New Issue
Block a user