diff --git a/src/blackcore/contextaudioimpl.cpp b/src/blackcore/contextaudioimpl.cpp index 4c236d71d..3cf96a54e 100644 --- a/src/blackcore/contextaudioimpl.cpp +++ b/src/blackcore/contextaudioimpl.cpp @@ -66,7 +66,7 @@ namespace BlackCore this->setVoiceOutputVolume(90); // 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_channel2);