Ref T268, statistics functions moved to interface

This commit is contained in:
Klaus Basan
2018-07-06 21:26:40 +02:00
parent f8c64c0296
commit e904a288ad
3 changed files with 5 additions and 6 deletions

View File

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