mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
refs #478 minor improvements
* updated / clean-up of global property indexes * beta test function in CProject * typo in math utils
This commit is contained in:
committed by
Mathew Sutcliffe
parent
805ebb109b
commit
dff7ed5a90
@@ -88,12 +88,18 @@ namespace BlackMisc
|
||||
//! Release build?
|
||||
static bool isReleaseBuild();
|
||||
|
||||
//! Beta test?
|
||||
static bool isBetaTest();
|
||||
|
||||
//! Running on Windows NT platform?
|
||||
static bool isRunningOnWindowsNtPlatform();
|
||||
|
||||
//! Running in dev.environment, so on a programmers machine
|
||||
static bool isRunningInDeveloperEnvironment();
|
||||
|
||||
//! Beta / dev.environment?
|
||||
static bool isRunningInBetaOrDeveloperEnvironment();
|
||||
|
||||
//! Application directory where current application is located
|
||||
static QString getApplicationDir();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user