summaryrefslogtreecommitdiffstats
path: root/src/animation/backend/fcurve_p.h
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-05-20 14:57:26 +0100
committerSean Harmer <sean.harmer@kdab.com>2017-05-20 14:57:53 +0100
commitcd9059a22604307f483764db134d51b15c540758 (patch)
tree9ceea8edf2b41e55f17a49552d9cf37fcdedc9b2 /src/animation/backend/fcurve_p.h
parent1d024678ba16dd979a8c7023b35cdc76db357d37 (diff)
parent9bf4daddeb62ec6a40e2d90587a7327acbb3780f (diff)
Merge branch '5.9.0' into 5.9
Diffstat (limited to 'src/animation/backend/fcurve_p.h')
-rw-r--r--src/animation/backend/fcurve_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation/backend/fcurve_p.h b/src/animation/backend/fcurve_p.h
index 7bc6ccccb..7ab1593d1 100644
--- a/src/animation/backend/fcurve_p.h
+++ b/src/animation/backend/fcurve_p.h
@@ -146,7 +146,7 @@ inline QDebug operator<<(QDebug dbg, const Channel &channel)
dbg << "Channel Name: " << channel.name << endl
<< "Channels:" << channel.channelComponents.size() << endl;
- for (const auto channelComponent : qAsConst(channel.channelComponents)) {
+ for (const auto &channelComponent : qAsConst(channel.channelComponents)) {
dbg << channelComponent;
}
return dbg;