mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 06:25:37 +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
@@ -23,7 +23,6 @@
|
||||
#include <QDBusArgument>
|
||||
#include <QTextStream>
|
||||
#include <QDataStream>
|
||||
|
||||
#include <memory>
|
||||
|
||||
/*!
|
||||
@@ -75,12 +74,6 @@ namespace BlackMisc
|
||||
BLACKMISC_EXPORT void registerMetadata();
|
||||
}
|
||||
|
||||
namespace Settings
|
||||
{
|
||||
//! Register metadata for settings
|
||||
BLACKMISC_EXPORT void registerMetadata();
|
||||
}
|
||||
|
||||
namespace Audio
|
||||
{
|
||||
//! Register metadata for audio / voice
|
||||
|
||||
Reference in New Issue
Block a user