mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
refs #802 Fixed Clang warnings.
This commit is contained in:
committed by
Klaus Basan
parent
873b508943
commit
5080c47288
@@ -89,7 +89,7 @@ namespace BlackSimPlugin
|
||||
virtual bool isSimulating() const override { return isConnected(); }
|
||||
|
||||
//! Timer event
|
||||
virtual void timerEvent(QTimerEvent *event);
|
||||
virtual void timerEvent(QTimerEvent *event) override;
|
||||
|
||||
private slots:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user