Ref T348, remove by model string

This commit is contained in:
Klaus Basan
2018-09-20 00:42:04 +02:00
parent e4d992bfe4
commit 136370fc63
2 changed files with 11 additions and 0 deletions

View File

@@ -227,6 +227,10 @@ namespace BlackMisc
//! \return number of elements removed
int keepModelsWithString(const QStringList &modelStrings, Qt::CaseSensitivity sensitivity);
//! Remove those models with given model strings
//! \return number of elements removed
int removeModelWithString(const QString &modelString, Qt::CaseSensitivity sensitivity);
//! Remove those models with given model strings
//! \return number of elements removed
int removeModelsWithString(const QStringList &modelStrings, Qt::CaseSensitivity sensitivity);