mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
Ref T730, register metatype so struct can be used with signals
Remark: Unregistered it only works for direct connections
This commit is contained in:
committed by
Mat Sutcliffe
parent
0aeeaa5aef
commit
7d04ca6435
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user