From 01d4faa20fac73194b5db6106725a3c3aef6c372 Mon Sep 17 00:00:00 2001 From: Klaus Basan Date: Tue, 29 Mar 2016 09:23:27 +0200 Subject: [PATCH] new syntax --- src/blackcore/contextaudioimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);