refs #497, changed and improved handling of bootstrap files

* changed global setup (port, root directory)
* version for bootstrap files
This commit is contained in:
Klaus Basan
2015-10-28 17:04:49 +01:00
committed by Mathew Sutcliffe
parent 23856bbc57
commit 03f4aa6889
10 changed files with 150 additions and 80 deletions

View File

@@ -54,6 +54,9 @@ namespace BlackCore
//! Remaining URLs failed one excluded
BlackMisc::Network::CUrlList getRemainingUrls() const;
//! Read for development environment?
static bool isForDevelopment();
//! Bootstrap URL
static QString appendPathAndFile();
};