Ref T182, matching log can be used with calculateScore

This commit is contained in:
Klaus Basan
2017-11-07 01:42:22 +01:00
parent 89db83f3c7
commit 31e47f013c
3 changed files with 8 additions and 6 deletions

View File

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