https://bugs.kde.org/show_bug.cgi?id=448681
--- Comment #20 from caulier.gil...@gmail.com --- One other technical question which hurt me QtAV code: This kind of preprocessor line : #define QTAV_HAVE(FEATURE) (QTAV_HAVE_##FEATURE+0) .. from there: https://github.com/wang-bin/QtAV/blob/master/src/QtAV/QtAV_Global.h#L173 What does the "+0" operator want mean here ? Typically, if FEATURE is "FOO", the macro define something like QTAV_HAVE_FOO... and what ??? Gilles -- You are receiving this mail because: You are watching all bug changes.