mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T376, context support for CVoiceSetup
This commit is contained in:
@@ -175,6 +175,20 @@ namespace BlackCore
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return false;
|
||||
}
|
||||
|
||||
//! \copydoc IContextAudio::getVoiceSetup
|
||||
virtual BlackMisc::Audio::CVoiceSetup getVoiceSetup() const override
|
||||
{
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
return BlackMisc::Audio::CVoiceSetup();
|
||||
}
|
||||
|
||||
//! \copydoc IContextAudio::setVoiceSetup
|
||||
virtual void setVoiceSetup(const BlackMisc::Audio::CVoiceSetup &setup) override
|
||||
{
|
||||
Q_UNUSED(setup);
|
||||
logEmptyContextWarning(Q_FUNC_INFO);
|
||||
}
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user