https://bugs.kde.org/show_bug.cgi?id=381976
Bug ID: 381976 Summary: connect-not-normalized triggered because of spaces around the signature Product: abakus Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: k.h...@gmx.de Reporter: jfruscia...@tiscali.it Target Milestone: --- If a signal connection looks like this SIGNAL( loadStepFinished( QString, int ) ) instead of SIGNAL( loadStepFinished(QString, int) ) then an error is triggered: Signature is not normalized. Use triggerNextLoadStep(QString,int) instead of triggerNextLoadStep( QString, int )... Removing the spaces in the parentheses solves the false positive. It is however not easily feasible in big project with automatic code styling. -- You are receiving this mail because: You are watching all bug changes.