mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-12 23:35:33 +08:00
Ref T182, matching log can be used with calculateScore
This commit is contained in:
@@ -364,7 +364,7 @@ namespace BlackMisc
|
||||
bool matchesModelString(const QString &modelString, Qt::CaseSensitivity sensitivity) const;
|
||||
|
||||
//! Calculate score
|
||||
int calculateScore(const CAircraftModel &compareModel, bool preferColorLiveries) const;
|
||||
int calculateScore(const CAircraftModel &compareModel, bool preferColorLiveries, CStatusMessageList *log = nullptr) const;
|
||||
|
||||
//! Validate
|
||||
CStatusMessageList validate(bool withNestedObjects) const;
|
||||
|
||||
Reference in New Issue
Block a user