mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
Style, typos
This commit is contained in:
@@ -71,9 +71,13 @@ namespace BlackSimPlugin
|
||||
//! \@{
|
||||
virtual bool isConnected() const override;
|
||||
virtual bool isSimulating() const override { return isConnected(); }
|
||||
virtual void timerEvent(QTimerEvent *event) override;
|
||||
//! \@}
|
||||
|
||||
//! Timer event dispatching
|
||||
//! \sa m_timerId
|
||||
//! \sa CSimulatorFsxCommon::dispatch
|
||||
virtual void timerEvent(QTimerEvent *event) override;
|
||||
|
||||
//! \name Base class overrides
|
||||
//! @{
|
||||
virtual void injectWeatherGrid(const BlackMisc::Weather::CWeatherGrid &weatherGrid) override;
|
||||
|
||||
Reference in New Issue
Block a user