Ref T252, formatting

This commit is contained in:
Klaus Basan
2018-02-15 22:30:39 +01:00
parent 4da3309226
commit 1970ae9f9b
7 changed files with 54 additions and 54 deletions

View File

@@ -35,7 +35,7 @@ namespace BlackMisc
/*!
* XPlane aircraft model loader
*/
class BLACKMISC_EXPORT CAircraftModelLoaderXPlane : public BlackMisc::Simulation::IAircraftModelLoader
class BLACKMISC_EXPORT CAircraftModelLoaderXPlane : public IAircraftModelLoader
{
Q_OBJECT
@@ -74,10 +74,10 @@ namespace BlackMisc
QString objectName; //!< Complete basename of the object file
QString textureName; //!< Complete basename of the texture file. Can be empty.
QString filePath; //!< object filePath
QString icao; //!< Icao type of this model
QString airline; //!< Airline identifier. Can be empty.
QString livery; //!< Livery identifier. Can be empty.
QString filePath; //!< object filePath
QString icao; //!< Icao type of this model
QString airline; //!< Airline identifier. Can be empty.
QString livery; //!< Livery identifier. Can be empty.
};
struct CSLPackage