summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/expected/cpp/33150-bug_i_753.cpp
blob: 9aa764a4d51d547d2a16b78644f54fee977987a5 (plain)
1
2
3
4
5
6
7
8
9
void Test::init()
{
    connect( m_ppcCom,
             SIGNAL(sigReceivedBundle(QString)),
             SLOT(doProcessBundle(QString)) );
    connect( m_ppcCom,
             SIGNAL(sigReceivedBundle),
             SLOT(doProcessBundle));
}