mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
In #85 the voice context will be renamed to audio context, so the CValueObject classes will be renamed to namespace Audio too. As #140 changes many CValueClasses, this crossover change is done in the same unit of work.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
#include "hwallclasses.h"
|
||||
#include "valuemap.h"
|
||||
#include "statusmessagelist.h"
|
||||
#include "voiceallclasses.h"
|
||||
#include "audioallclasses.h"
|
||||
|
||||
/*
|
||||
* Metadata for PQs
|
||||
@@ -103,7 +103,7 @@ void BlackMisc::Settings::registerMetadata()
|
||||
/*
|
||||
* Metadata for Voice
|
||||
*/
|
||||
void BlackMisc::Voice::registerMetadata()
|
||||
void BlackMisc::Audio::registerMetadata()
|
||||
{
|
||||
CAudioDevice::registerMetadata();
|
||||
CAudioDeviceList::registerMetadata();
|
||||
@@ -139,7 +139,7 @@ void BlackMisc::registerMetadata()
|
||||
Geo::registerMetadata();
|
||||
Network::registerMetadata();
|
||||
Settings::registerMetadata();
|
||||
Voice::registerMetadata();
|
||||
Audio::registerMetadata();
|
||||
Hardware::registerMetadata();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user