mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-01 22:55:41 +08:00
fix: Update src/core/modelsetbuilder.h
Co-authored-by: Lars Toenning <dev@ltoenning.de>
This commit is contained in:
@@ -35,7 +35,7 @@ namespace swift::core
|
|||||||
Incremental = 1 << 3,
|
Incremental = 1 << 3,
|
||||||
SortByDistributors = 1 << 4,
|
SortByDistributors = 1 << 4,
|
||||||
ConsolidateWithDb = 1 << 5,
|
ConsolidateWithDb = 1 << 5,
|
||||||
ShowAllInstalledModells = 1 << 6,
|
ShowAllInstalledModels = 1 << 6,
|
||||||
};
|
};
|
||||||
Q_DECLARE_FLAGS(Builder, BuilderFlag)
|
Q_DECLARE_FLAGS(Builder, BuilderFlag)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user