summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33015-Q_FOREACH.cpp
blob: 02fd849dba61e0ed177e383fa13548c4fc937c38 (plain)
1
2
3
4
5
6
void Cache::collection()
{
    Q_FOREACH (QString partName, lParts) {
        a = 5;
    }
}