refs #827, use matching logs (CMatchingUtils) with score functions

This commit is contained in:
Klaus Basan
2017-03-10 04:02:29 +01:00
committed by Mathew Sutcliffe
parent 8d198a9174
commit 88a5b54ef6
2 changed files with 8 additions and 2 deletions

View File

@@ -226,7 +226,7 @@ namespace BlackMisc
void normalizeFileNamesForDb();
//! Score by aircraft ICAO code
ScoredModels scoreFull(const CAircraftModel &remoteModel, bool ignoreZeroScores = true) const;
ScoredModels scoreFull(const CAircraftModel &remoteModel, bool ignoreZeroScores = true, CStatusMessageList *log = nullptr) const;
//! Completer strings
QStringList toCompleterStrings(bool sorted = true) const;