Ref T739, changed core modes which no longer make sense like "audio in core"

This commit is contained in:
Klaus Basan
2019-10-05 00:13:00 +02:00
committed by Mat Sutcliffe
parent 2a7633dc31
commit f09e99333f
4 changed files with 11 additions and 35 deletions

View File

@@ -97,18 +97,12 @@ namespace BlackCore
//! Predefined for Core
static CCoreFacadeConfig forCoreAllLocalInDBus(const QString &dbusBootstrapAddress = "");
//! Predefined for Core
static CCoreFacadeConfig forCoreAllLocalInDBusNoAudio(const QString &dbusBootstrapAddress = "");
//! Predefined, completely local (e.g. for unit tests)
static CCoreFacadeConfig local(const QString &dbusBootstrapAddress = "");
//! Predefined, completely remote (e.g. for GUI with core)
//! Predefined, completely remote
static CCoreFacadeConfig remote(const QString &dbusBootstrapAddress = "");
//! Predefined, remote with local audio (e.g. Aduio in GUI)
static CCoreFacadeConfig remoteLocalAudio(const QString &dbusBootstrapAddress = "");
//! Predefined, all empty configs (normally used when the real config can only be determined later)
static CCoreFacadeConfig allEmpty();
};