mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 05:26:45 +08:00
Minor changes such as parameter warnings, added metatype registration for voice
refs #81
This commit is contained in:
committed by
Mathew Sutcliffe
parent
db4a3c5de4
commit
0c01da4c8e
@@ -11,6 +11,8 @@
|
||||
#include "networkallclasses.h"
|
||||
#include "settingsallclasses.h"
|
||||
#include "valuemap.h"
|
||||
#include "statusmessages.h"
|
||||
#include "voiceallclasses.h"
|
||||
|
||||
/*
|
||||
* Metadata for PQs
|
||||
@@ -94,6 +96,16 @@ void BlackMisc::Settings::registerMetadata()
|
||||
CSettingsNetwork::registerMetadata();
|
||||
}
|
||||
|
||||
/*
|
||||
* Metadata for Voice
|
||||
*/
|
||||
void BlackMisc::Voice::registerMetadata()
|
||||
{
|
||||
COutputAudioDevice::registerMetadata();
|
||||
CInputAudioDevice::registerMetadata();
|
||||
CVoiceRoom::registerMetadata();
|
||||
}
|
||||
|
||||
/*
|
||||
* Metadata for Blackmisc
|
||||
*/
|
||||
@@ -110,6 +122,7 @@ void BlackMisc::registerMetadata()
|
||||
Geo::registerMetadata();
|
||||
Network::registerMetadata();
|
||||
Settings::registerMetadata();
|
||||
Voice::registerMetadata();
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user