mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-10 05:55:33 +08:00
Ref T268, statistics functions moved to interface
This commit is contained in:
@@ -201,6 +201,9 @@ namespace BlackCore
|
||||
//! Allows to print out simulator specific statistics
|
||||
virtual QString getStatisticsSimulatorSpecific() const { return QString(); }
|
||||
|
||||
//! Reset the statistics
|
||||
virtual void resetAircraftStatistics() {}
|
||||
|
||||
//! \copydoc BlackMisc::IProvider::asQObject
|
||||
virtual QObject *asQObject() override { return this; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user