mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Ref T730, added settings in AFV client
This commit is contained in:
committed by
Mat Sutcliffe
parent
7c765654c0
commit
6b19ed665e
@@ -19,6 +19,7 @@ using namespace BlackMisc;
|
||||
using namespace BlackMisc::Audio;
|
||||
using namespace BlackMisc::PhysicalQuantities;
|
||||
using namespace BlackMisc::Simulation;
|
||||
using namespace BlackSound;
|
||||
using namespace BlackSound::SampleProvider;
|
||||
|
||||
namespace BlackCore
|
||||
@@ -405,6 +406,12 @@ namespace BlackCore
|
||||
return {};
|
||||
}
|
||||
|
||||
void CAfvClient::onSettingsChanged()
|
||||
{
|
||||
CSettings audioSettings = m_audioSettings.get();
|
||||
|
||||
}
|
||||
|
||||
void CAfvClient::updateTransceiversFromContext(const CSimulatedAircraft &aircraft, const CIdentifier &originator)
|
||||
{
|
||||
Q_UNUSED(originator)
|
||||
|
||||
Reference in New Issue
Block a user