mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 04:25:35 +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);
|
||||
|
||||
//! Destructor
|
||||
virtual ~CFsuipc();
|
||||
virtual ~CFsuipc() override;
|
||||
|
||||
//! Open conenction with FSUIPC
|
||||
bool connect();
|
||||
@@ -98,7 +98,7 @@ namespace BlackSimPlugin
|
||||
|
||||
protected:
|
||||
//! \copydoc QObject::timerEvent
|
||||
void timerEvent(QTimerEvent *event);
|
||||
void timerEvent(QTimerEvent *event) override;
|
||||
|
||||
private:
|
||||
struct FsuipcWeatherMessage;
|
||||
|
||||
Reference in New Issue
Block a user