mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #428 Use COriginator instead of QString in internal API
This commit is contained in:
@@ -474,7 +474,7 @@ namespace BlackCore
|
||||
return this->m_audioMixer->hasMixerConnection(IAudioMixer::InputMicrophone, IAudioMixer::OutputOutputDevice1);
|
||||
}
|
||||
|
||||
bool CContextAudio::parseCommandLine(const QString &commandLine, const QString &originator)
|
||||
bool CContextAudio::parseCommandLine(const QString &commandLine, const BlackMisc::COriginator &originator)
|
||||
{
|
||||
Q_UNUSED(originator);
|
||||
if (commandLine.isEmpty()) { return false; }
|
||||
|
||||
Reference in New Issue
Block a user