mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 12:35:43 +08:00
refs #618, unified naming in model list + minor adjustments
This commit is contained in:
@@ -51,7 +51,8 @@ namespace BlackMisc
|
||||
{
|
||||
Undefined = 0,
|
||||
Include = 1 << 0,
|
||||
Exclude = 1 << 1
|
||||
Exclude = 1 << 1,
|
||||
All = Include | Exclude
|
||||
};
|
||||
|
||||
//! Supposed to be used only in filter operations
|
||||
|
||||
Reference in New Issue
Block a user