mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
refs #868, added xplaneDir utility function to remove boilerplate code
and using CFileUtils::appendFilePaths to concat file paths
This commit is contained in:
committed by
Mathew Sutcliffe
parent
99c792dd4b
commit
0851b8c994
@@ -50,6 +50,10 @@ namespace BlackMisc
|
||||
|
||||
//! XBus legacy directory
|
||||
static QString xbusLegacyDir(const QString &rootDir);
|
||||
|
||||
private:
|
||||
//! Concatenates dirs for used OS
|
||||
static QString xplaneDir(const QString &xplaneInstallFile);
|
||||
};
|
||||
} // namespace
|
||||
} // namespace
|
||||
|
||||
Reference in New Issue
Block a user