Warning, /sdk/clazy/tests/clazy/onlyQt1.cpp.fixed.expected is written in an unsupported language. File is not indexed.

0001 #include <QtCore/QObject>
0002 
0003 void test()
0004 {
0005     QObject o;
0006     o.connect(&o, SIGNAL(foo()), SLOT(bar()));
0007 }