Style, typos

This commit is contained in:
Klaus Basan
2018-06-09 00:45:36 +02:00
parent 39943c1365
commit a27f2b3a9c
11 changed files with 50 additions and 42 deletions

View File

@@ -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;