From 7d04ca643597f2218194e5bab1a03b3f740de7b1 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Sun, 29 Sep 2019 15:53:27 +0200 Subject: [PATCH] Ref T730, register metatype so struct can be used with signals Remark: Unregistered it only works for direct connections --- src/blackcore/afv/audio/receiversampleprovider.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/blackcore/afv/audio/receiversampleprovider.h b/src/blackcore/afv/audio/receiversampleprovider.h index 710e75a55..6378fd43f 100644 --- a/src/blackcore/afv/audio/receiversampleprovider.h +++ b/src/blackcore/afv/audio/receiversampleprovider.h @@ -17,6 +17,7 @@ #include "blackmisc/aviation/callsignset.h" #include "blackmisc/audio/audiosettings.h" + #include namespace BlackCore @@ -100,4 +101,6 @@ namespace BlackCore } // ns } // ns +Q_DECLARE_METATYPE(BlackCore::Afv::Audio::TransceiverReceivingCallsignsChangedArgs) + #endif // guard