mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 13:35:34 +08:00
committed by
Mathew Sutcliffe
parent
81f7bde310
commit
ace3b60062
@@ -140,23 +140,14 @@ namespace BlackMisc
|
||||
static const QString &envVarDevelopment();
|
||||
|
||||
//! Value
|
||||
//! //! \value true|false
|
||||
//! \return true|false
|
||||
static QString envVarDevelopmentValue();
|
||||
|
||||
//! Read data from productive or development setupnding on dev. environment yes/no
|
||||
static const QString &envDevelopmentSetup();
|
||||
|
||||
//! Value
|
||||
//! \value true|false
|
||||
//! \remarks If this is set, the explicit value will be used.
|
||||
//! If not set, default will be used depe
|
||||
static QString envDevelopmentSetupValue();
|
||||
|
||||
//! Environment variable private resources
|
||||
//! Environment variable private resources directory
|
||||
static const QString &envVarPrivateSetupDir();
|
||||
|
||||
//! Value
|
||||
//! \value directory path
|
||||
//! \return directory path
|
||||
static QString envVarPrivateSetupDirValue();
|
||||
};
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user