summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/bug_654.cpp
blob: 8baaeb1c184f5919bfb2421269da7c6365509146 (plain)
1
2
3
4
5
6
7
A( b, c, d);
connect(&mapper, SIGNAL(mapped(Q1 &)), this, SLOT(onSomeEvent(const Q2 &)));
connect(&mapper,
      SIGNAL(mapped(Q1 &)),
      this,
      SLOT(onSomeEvent(const Q2 &)));
A( b, c, d);