mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-04 00:45:46 +08:00
new syntax
This commit is contained in:
@@ -66,7 +66,7 @@ namespace BlackCore
|
|||||||
this->setVoiceOutputVolume(90);
|
this->setVoiceOutputVolume(90);
|
||||||
|
|
||||||
// Load sounds (init), not possible in own thread
|
// Load sounds (init), not possible in own thread
|
||||||
QTimer::singleShot(10 * 1000, this, SLOT(ps_initNotificationSounds()));
|
QTimer::singleShot(10 * 1000, this, &CContextAudio::ps_initNotificationSounds);
|
||||||
|
|
||||||
m_unusedVoiceChannels.push_back(m_channel1);
|
m_unusedVoiceChannels.push_back(m_channel1);
|
||||||
m_unusedVoiceChannels.push_back(m_channel2);
|
m_unusedVoiceChannels.push_back(m_channel2);
|
||||||
|
|||||||
Reference in New Issue
Block a user