mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 20:25:29 +08:00
[AFV] Make sure all QObjects below AfvClient have a parent
This commit is contained in:
committed by
Mat Sutcliffe
parent
240df93406
commit
8d84dcbe08
@@ -229,7 +229,7 @@ namespace BlackCore
|
||||
double m_outputVolume = 1.0;
|
||||
double m_maxDbReadingInPTTInterval = -100;
|
||||
|
||||
QTimer m_voiceServerPositionTimer;
|
||||
QTimer *m_voiceServerPositionTimer = nullptr;
|
||||
QVector<TransceiverDto> m_transceivers;
|
||||
QSet<quint16> m_enabledTransceivers;
|
||||
QVector<StationDto> m_aliasedStations;
|
||||
|
||||
Reference in New Issue
Block a user