mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 11:25:33 +08:00
Ref T259, Ref T243 improved utility functions so parts can be guessed in interpolator
* engine count * aligned naming to "getEnginesCount" * formatting
This commit is contained in:
committed by
Roland Winklmeier
parent
c3f05ea1cd
commit
e3d17859a0
@@ -132,7 +132,7 @@ namespace BlackMisc
|
||||
QString getEngineType() const;
|
||||
|
||||
//! Engine count if any, -1 if no value is set
|
||||
int getEngineCount() const;
|
||||
int getEnginesCount() const;
|
||||
|
||||
//! Engine count as string, if not available ""
|
||||
QString getEngineCountString() const;
|
||||
|
||||
Reference in New Issue
Block a user