| 141 | } |
| 142 | |
| 143 | int ndbug(TestNS::C *c) { |
| 144 | #define S1GNAL(X) "2" #X |
| 145 | #define SL0T(X) "1" #X |
| 146 | QObject::connect(c, S1GNAL(sig2(TestNS::C*)), c, SL0T(MySlot())); |
| 147 | } |
| 148 | |
| 149 | |
| 150 | class QQQQQ { |
nothing calls this directly
no outgoing calls
no test coverage detected