Version: 3.9.97 (using KDevPlatform 0.9.97) (using 4.3.95 (KDE 4.3.95 (KDE 4.4 RC2)), Kubuntu packages) Compiler: cc OS: Linux (i686) release 2.6.31-17-generic assume connect(foo, SIGNAL(mySignal()), bar, SLOT(mySlot())); Now either try to change the signal or slot by removing just the function name and then use code completion, e.g.: connect(foo, SIGNAL(|()), bar, SLOT(mySlot())); (request at |) the result will be something like connect(foo, SIGNAL(myOtherSignal())()), bar, SLOT(mySlot())); (Note the wrong parens)
Likely related or duplicate of bug 202135
*** This bug has been marked as a duplicate of bug 202135 ***