mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
Fixed gcc warnings
This commit is contained in:
@@ -38,9 +38,9 @@ namespace BlackCore
|
||||
BlackMisc::Simulation::IRemoteAircraftProvider *remoteAircraftProvider,
|
||||
QObject *parent)
|
||||
: ISimulator(parent),
|
||||
m_simulatorPluginInfo(info),
|
||||
COwnAircraftAware(ownAircraftProvider),
|
||||
CRemoteAircraftAware(remoteAircraftProvider)
|
||||
CRemoteAircraftAware(remoteAircraftProvider),
|
||||
m_simulatorPluginInfo(info)
|
||||
{
|
||||
this->setObjectName("CSimulatorCommon");
|
||||
m_oneSecondTimer = new QTimer(this);
|
||||
|
||||
Reference in New Issue
Block a user