refs #576, remove models with string by container

(improved CAircraftModel::matchesModelString)
This commit is contained in:
Klaus Basan
2016-01-23 02:21:30 +01:00
parent 394edc67a0
commit ae43c4038c
3 changed files with 11 additions and 10 deletions

View File

@@ -55,6 +55,9 @@ namespace BlackGui
//! Remove models with model strings
int removeModelsWithModelString(const QStringList &modelStrings, Qt::CaseSensitivity sensitivity = Qt::CaseInsensitive);
//! Remove models with model strings
int removeModelsWithModelString(const BlackMisc::Simulation::CAircraftModelList &models, Qt::CaseSensitivity sensitivity = Qt::CaseInsensitive);
//! \copydoc BlackGui::Models::CAircraftModelListModel::setHighlightModelStrings(const QStringList &)
void setHighlightModelStrings(const QStringList &highlightModels);