refs #597, removed setup loading in CWebDataServices

* no longer needed, as initial load happens in CApplication
* adjusted classes
This commit is contained in:
Klaus Basan
2016-02-23 02:00:33 +01:00
committed by Mathew Sutcliffe
parent c649c1b7ed
commit 4b7ba4f117
7 changed files with 23 additions and 57 deletions

View File

@@ -99,6 +99,9 @@ namespace BlackCore
//! predefined, remote with local audio (e.g. Aduio in GUI)
static CCoreFacadeConfig remoteLocalAudio(const QString &dbusBootstrapAddress = "");
//! predefined all empty config (normlly used when the real config can only be determined later)
static CCoreFacadeConfig allEmpty();
};
}
#endif // guard