- lang/cpp/src/gpgmepp_export.h, lang/qt/src/qgpgme_export.h Declare the deprecated macro using the deprecated attribute
- lang/cpp/src/key.h, lang/qt/src/downloadjob.h, lang/cpp/src/verificationresult.h adapt usage to the deprecated macro being an attribute --
Use instead the standard deprecated macro which is compatible with
all the C++ compilers and not just GCC and clang.