Ref T376, voice setup and settings

This commit is contained in:
Klaus Basan
2018-09-28 04:51:26 +02:00
parent 28b404d065
commit 70370edca3
7 changed files with 220 additions and 7 deletions

View File

@@ -9,7 +9,6 @@
#include "registermetadataaudio.h"
#include "audio.h"
#include <QDBusMetaType>
namespace BlackMisc
@@ -24,6 +23,9 @@ namespace BlackMisc
CVoiceRoom::registerMetadata();
CVoiceRoomList::registerMetadata();
CSettings::registerMetadata();
CVoiceSetup::registerMetadata();
// struct
qDBusRegisterMetaType<BlackMisc::Audio::CNotificationSounds::PlayMode>();
qDBusRegisterMetaType<BlackMisc::Audio::CNotificationSounds::Notification>();
}