Home GnuPG

Fix build with Qt 6.7 and QT_NO_CONTEXTLESS_CONNECT

Description

Fix build with Qt 6.7 and QT_NO_CONTEXTLESS_CONNECT

We added -DQT_NO_CONTEXTLESS_CONNECT but this only has an effect on Qt
6.7. So actually port away from context less connect usage.

Details