Ref T739, moved code for voice client to IContextAudio

* code can be used on both sides (UI/core)
* the lots become normal public functions
* the slots will be used for new DBus functions
This commit is contained in:
Klaus Basan
2019-10-05 00:09:49 +02:00
committed by Mat Sutcliffe
parent 66968ff3a5
commit ce772baf79
5 changed files with 488 additions and 561 deletions

View File

@@ -63,9 +63,6 @@ namespace BlackCore
s = connection.connect(serviceName, IContextApplication::ObjectPath(), IContextApplication::InterfaceName(),
"registrationChanged", this, SIGNAL(registrationChanged()));
Q_ASSERT(s);
s = connection.connect(serviceName, IContextApplication::ObjectPath(), IContextApplication::InterfaceName(),
"fakedSetComVoiceRoom", this, SIGNAL(fakedSetComVoiceRoom(BlackMisc::Audio::CVoiceRoomList)));
Q_ASSERT(s);
s = connection.connect(serviceName, IContextApplication::ObjectPath(), IContextApplication::InterfaceName(),
"hotkeyActionsRegistered", this, SIGNAL(hotkeyActionsRegistered(QStringList, BlackMisc::CIdentifier)));
Q_ASSERT(s);