Ref T125, X-Plan utility functions and moved XSwiftBus settings in own file

This commit is contained in:
Klaus Basan
2017-08-12 13:21:33 +02:00
committed by Mathew Sutcliffe
parent 104d869c19
commit 65bd2d20ad
4 changed files with 75 additions and 2 deletions

View File

@@ -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();