Version: (using Devel) Compiler: g++ 4.3.2 OS: Linux Installed from: Compiled sources When a connect statement is being written, and either a signal or a slot is being completed, and the user already closed the SIGNAL or SLOT macro parenthesis, code completion will add an extra one. When writing: connect(emitter, SIGNAL()); After Completion: connect(emitter, SIGNAL(signal())));
*** Bug 224996 has been marked as a duplicate of this bug. ***
Created attachment 73928 [details] A fix to test.
Can you put the patch up in the Review Board? it will be easier for reviewing it
Fixed long ago, forgot to reference/close the bug...