mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-18 19:35:33 +08:00
Ref T451, utility functions
This commit is contained in:
committed by
Mat Sutcliffe
parent
93cf349a04
commit
b648960b59
@@ -244,6 +244,10 @@ namespace BlackMisc
|
||||
//! \return number of elements removed
|
||||
bool removeModelWithString(const QString &modelString, Qt::CaseSensitivity sensitivity);
|
||||
|
||||
//! Remove those models with given model strings
|
||||
//! \return number of elements removed
|
||||
int removeModelsWithString(const CAircraftModelList &models, Qt::CaseSensitivity sensitivity);
|
||||
|
||||
//! Remove those models with given model strings
|
||||
//! \return number of elements removed
|
||||
int removeModelsWithString(const QStringList &modelStrings, Qt::CaseSensitivity sensitivity);
|
||||
|
||||
Reference in New Issue
Block a user