https://bugs.kde.org/show_bug.cgi?id=382217
Bug ID: 382217 Summary: Use normalized connects Product: digikam Version: 5.6.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: general Assignee: digikam-de...@kde.org Reporter: freisi...@gmail.com Target Milestone: --- Created attachment 106545 --> https://bugs.kde.org/attachment.cgi?id=106545&action=edit Normalize all signals and slots When signals/slots are parsed they are "normalized" if necessary. It is thus a slight performance improvement to use the "normal" format. See: http://doc.qt.io/qt-4.8/signalsandslots.html#advanced-signals-and-slots-usage https://marcmutz.wordpress.com/effective-qt/prefer-to-use-normalised-signalslot-signatures/ The patch was created by running the official normalization utility on all *cpp files: https://github.com/qt/qtrepotools/tree/master/util/normalize -- You are receiving this mail because: You are watching all bug changes.