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