mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Fix compiler warnings
This commit is contained in:
committed by
Mat Sutcliffe
parent
37cdb2e246
commit
decf9222ad
@@ -12,6 +12,9 @@
|
||||
namespace BlackMisc{
|
||||
namespace Simulation {
|
||||
namespace Flightgear {
|
||||
/*!
|
||||
* Flightgear aircraft model loader
|
||||
*/
|
||||
class AircraftModelLoaderFlightgear : public Simulation::IAircraftModelLoader{
|
||||
Q_OBJECT
|
||||
|
||||
@@ -19,15 +22,16 @@ namespace BlackMisc{
|
||||
public:
|
||||
|
||||
|
||||
//Constructor
|
||||
//! Constructor
|
||||
AircraftModelLoaderFlightgear(QObject *parent = nullptr);
|
||||
|
||||
//! Virtual destructor
|
||||
virtual ~AircraftModelLoaderFlightgear() override;
|
||||
|
||||
// Interface functions
|
||||
// Parsed or injected models
|
||||
//! Parsed or injected models
|
||||
void updateInstalledModels(const CAircraftModelList &models);
|
||||
bool isLoadingFinished() const;
|
||||
bool isLoadingFinished() const override;
|
||||
|
||||
protected:
|
||||
// Interface functions
|
||||
|
||||
Reference in New Issue
Block a user