Ref T261, engine type as QChar

This commit is contained in:
Klaus Basan
2018-04-28 19:57:18 +02:00
committed by Roland Winklmeier
parent 2d66fd470a
commit 756b1a1ada
2 changed files with 10 additions and 0 deletions

View File

@@ -132,6 +132,9 @@ namespace BlackMisc
//! Get engine type, e.g. "J"
QString getEngineType() const;
//! Get engine type, e.g. "J"
QChar getEngineTypeChar() const;
//! Engine count if any, -1 if no value is set
int getEnginesCount() const;