mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 21:05:31 +08:00
Ref T26, Ref T27, utility functions in "value object" classes
This commit is contained in:
@@ -152,6 +152,9 @@ namespace BlackMisc
|
||||
//! Combined description
|
||||
QString getCombinedModelDescription() const;
|
||||
|
||||
//! Matches any of the (unempty) descriptions
|
||||
bool matchesAnyDescription(const QString &candidate) const;
|
||||
|
||||
//! Matches given combined code
|
||||
//! \remark * can be used as wildcard, e.g. L*J, L**
|
||||
bool matchesCombinedType(const QString &combinedType) const;
|
||||
|
||||
Reference in New Issue
Block a user