https://bugs.kde.org/show_bug.cgi?id=224996 Summary: parnens not removed of existing SIGNAL/SLOT when using completion Product: kdevelop Version: unspecified Platform: unspecified OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: mail@milianw.de 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) -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs