mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-17 10:55:32 +08:00
Ref T125, X-Plan utility functions and moved XSwiftBus settings in own file
This commit is contained in:
committed by
Mathew Sutcliffe
parent
104d869c19
commit
65bd2d20ad
@@ -42,6 +42,16 @@ namespace BlackMisc
|
||||
//! In case more then one XPlane version is found, the path to the highest version is used
|
||||
static QString xplaneRootDir();
|
||||
|
||||
//! Is the xplaneRootDir existing?
|
||||
static bool isXplaneRootDirExisting();
|
||||
|
||||
//! XPlane root directory
|
||||
//! In case more then one XPlane version is found, the path to the highest version is used
|
||||
static QString xplanePluginDir();
|
||||
|
||||
//! Is the xplanePluginDir existing?
|
||||
static bool isXplanePluginDirDirExisting();
|
||||
|
||||
//! Directories with models
|
||||
static QStringList xplaneModelDirectories();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user