mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +08:00
Removed settings context
* removed old settings related classes * moved notifications to BlackMisc::Audio * added audio settings where needed refs #464 refs #337
This commit is contained in:
committed by
Mathew Sutcliffe
parent
821e0417ae
commit
ac61a3458d
@@ -12,7 +12,6 @@
|
||||
#include "geo/geo.h"
|
||||
#include "audio/audio.h"
|
||||
#include "input/input.h"
|
||||
#include "settingsblackmiscclasses.h"
|
||||
#include "propertyindexlist.h"
|
||||
#include "propertyindexvariantmap.h"
|
||||
#include "namevariantpairlist.h"
|
||||
@@ -43,19 +42,15 @@ void BlackMisc::Geo::registerMetadata()
|
||||
CLongitude::registerMetadata();
|
||||
}
|
||||
|
||||
void BlackMisc::Settings::registerMetadata()
|
||||
{
|
||||
CSettingsAudio::registerMetadata();
|
||||
}
|
||||
|
||||
void BlackMisc::Audio::registerMetadata()
|
||||
{
|
||||
CAudioDeviceInfo::registerMetadata();
|
||||
CAudioDeviceInfoList::registerMetadata();
|
||||
CVoiceRoom::registerMetadata();
|
||||
CVoiceRoomList::registerMetadata();
|
||||
qDBusRegisterMetaType<BlackSound::CNotificationSounds::PlayMode>();
|
||||
qDBusRegisterMetaType<BlackSound::CNotificationSounds::Notification>();
|
||||
Settings::CSettingsAudio::registerMetadata();
|
||||
qDBusRegisterMetaType<BlackMisc::Audio::CNotificationSounds::PlayMode>();
|
||||
qDBusRegisterMetaType<BlackMisc::Audio::CNotificationSounds::Notification>();
|
||||
}
|
||||
|
||||
void BlackMisc::Input::registerMetadata()
|
||||
@@ -101,7 +96,6 @@ void BlackMisc::registerMetadata()
|
||||
Math::registerMetadata();
|
||||
Geo::registerMetadata();
|
||||
Network::registerMetadata();
|
||||
Settings::registerMetadata();
|
||||
Simulation::registerMetadata();
|
||||
Audio::registerMetadata();
|
||||
Weather::registerMetadata();
|
||||
|
||||
Reference in New Issue
Block a user