Ref T730, register metatype so struct can be used with signals

Remark: Unregistered it only works for direct connections
This commit is contained in:
Klaus Basan
2019-09-29 15:53:27 +02:00
committed by Mat Sutcliffe
parent 0aeeaa5aef
commit 7d04ca6435

View File

@@ -17,6 +17,7 @@
#include "blackmisc/aviation/callsignset.h"
#include "blackmisc/audio/audiosettings.h"
#include <QtGlobal>
namespace BlackCore
@@ -100,4 +101,6 @@ namespace BlackCore
} // ns
} // ns
Q_DECLARE_METATYPE(BlackCore::Afv::Audio::TransceiverReceivingCallsignsChangedArgs)
#endif // guard