refs #883, added new "directories"

* directories for in buildconfig/globalsetup
* renamed to CBuildConfig::getSwiftShareDir
This commit is contained in:
Klaus Basan
2017-02-15 23:40:04 +01:00
committed by Mathew Sutcliffe
parent a0b5258346
commit dd37945625
5 changed files with 48 additions and 13 deletions

View File

@@ -91,7 +91,8 @@ namespace BlackConfig
static const QString &getApplicationDir();
//! Where resource files (static DB files, ...) etc are located
static const QString &getSwiftResourceDir();
//! \remark share not shared (do no mix)
static const QString &getSwiftShareDir();
//! Bootstrap resource directory
static const QString &getBootstrapResourceFile();
@@ -111,6 +112,12 @@ namespace BlackConfig
//! Where HTML files are located
static const QString &getHtmlDir();
//! Where Legal files are located
static const QString &getLegalDir();
//! The about document file location
static const QString &getAboutFileLocation();
//! Where test files are located
static const QString &getTestFilesDir();