mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-25 10:15:43 +08:00
refs #661, allow to sort by distributor order in builder
* some style changes * pass distributors to builder * distributor model mode * flags
This commit is contained in:
@@ -38,7 +38,8 @@ namespace BlackCore
|
||||
FilterDistributos = 1 << 0,
|
||||
OnlyDbData = 1 << 1,
|
||||
OnlyDbIcaoCodes = 1 << 2,
|
||||
Incremental = 1 << 3
|
||||
Incremental = 1 << 3,
|
||||
SortByDistributors = 1 << 4
|
||||
};
|
||||
Q_DECLARE_FLAGS(Builder, BuilderFlag)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user