Ref T125, utility functions

This commit is contained in:
Klaus Basan
2017-08-15 02:17:42 +02:00
committed by Mathew Sutcliffe
parent c6f3a7033d
commit 329b0512eb
6 changed files with 32 additions and 2 deletions

View File

@@ -45,10 +45,13 @@ namespace BlackMisc
//! Is the xplaneRootDir existing?
static bool isXplaneRootDirExisting();
//! XPlane root directory
//! XPlane plugin directory
//! In case more then one XPlane version is found, the path to the highest version is used
static QString xplanePluginDir();
//! XPlane relative plugin path
static QString xplanePluginPath();
//! Is the xplanePluginDir existing?
static bool isXplanePluginDirDirExisting();