aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/generator/iarew/archs/msp430/msp430generalsettingsgroup_v7.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/generator/iarew/archs/msp430/msp430generalsettingsgroup_v7.cpp')
-rw-r--r--src/plugins/generator/iarew/archs/msp430/msp430generalsettingsgroup_v7.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/generator/iarew/archs/msp430/msp430generalsettingsgroup_v7.cpp b/src/plugins/generator/iarew/archs/msp430/msp430generalsettingsgroup_v7.cpp
index ac1c475d1..d99e15bb2 100644
--- a/src/plugins/generator/iarew/archs/msp430/msp430generalsettingsgroup_v7.cpp
+++ b/src/plugins/generator/iarew/archs/msp430/msp430generalsettingsgroup_v7.cpp
@@ -117,8 +117,7 @@ struct TargetPageOptions final
// Enumerate all product linker config files
// (which are set trough 'linkerscript' tag).
- const auto qbsGroups = qbsProduct.groups();
- for (const auto &qbsGroup : qbsGroups) {
+ for (const auto &qbsGroup : qbsProduct.groups()) {
const auto qbsArtifacts = qbsGroup.sourceArtifacts();
for (const auto &qbsArtifact : qbsArtifacts) {
const auto qbsTags = qbsArtifact.fileTags();