mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 14:45:42 +08:00
Add missing override keyword
This commit is contained in:
committed by
Klaus Basan
parent
1104d4fb6e
commit
a5d1363019
@@ -30,7 +30,7 @@ namespace BlackSimPlugin
|
|||||||
CFsuipc(QObject *parent = nullptr);
|
CFsuipc(QObject *parent = nullptr);
|
||||||
|
|
||||||
//! Destructor
|
//! Destructor
|
||||||
virtual ~CFsuipc();
|
virtual ~CFsuipc() override;
|
||||||
|
|
||||||
//! Open conenction with FSUIPC
|
//! Open conenction with FSUIPC
|
||||||
bool connect();
|
bool connect();
|
||||||
@@ -98,7 +98,7 @@ namespace BlackSimPlugin
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
//! \copydoc QObject::timerEvent
|
//! \copydoc QObject::timerEvent
|
||||||
void timerEvent(QTimerEvent *event);
|
void timerEvent(QTimerEvent *event) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
struct FsuipcWeatherMessage;
|
struct FsuipcWeatherMessage;
|
||||||
|
|||||||
Reference in New Issue
Block a user