mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Ref T348, remove by model string
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user