mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 08:36:52 +08:00
fix: doxygen warnings
This commit is contained in:
committed by
Lars Toenning
parent
2ed1161508
commit
57ae33a8d2
@@ -22,7 +22,7 @@ namespace swift::simplugin::fsx
|
||||
swift::misc::simulation::IRemoteAircraftProvider *remoteAircraftProvider,
|
||||
swift::misc::network::IClientProvider *clientProvider, QObject *parent = nullptr);
|
||||
|
||||
//! \name ISimulator implementations
|
||||
//! ISimulator implementations
|
||||
//! @{
|
||||
virtual bool connectTo() override;
|
||||
//! @}
|
||||
@@ -38,6 +38,7 @@ namespace swift::simplugin::fsx
|
||||
using CSimulatorFsxCommonListener::CSimulatorFsxCommonListener;
|
||||
|
||||
protected:
|
||||
//! \copydoc swift::core::ISimulatorListener::startImpl
|
||||
virtual void startImpl() override;
|
||||
};
|
||||
} // namespace swift::simplugin::fsx
|
||||
|
||||
Reference in New Issue
Block a user