mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refs #621, allow to load setup from resource dir file
* CValueObjects can be loaded from JSON file * get bootstrap file location
This commit is contained in:
@@ -144,6 +144,9 @@ namespace BlackCore
|
||||
//! Build bootstrap file URL
|
||||
static QString buildBootstrapFileUrl(const QString &candidate);
|
||||
|
||||
//! Object initialized by JSON file
|
||||
static CGlobalSetup fromJsonFile(const QString &fileNameAndPath);
|
||||
|
||||
private:
|
||||
BLACK_ENABLE_TUPLE_CONVERSION(BlackCore::Data::CGlobalSetup)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user