fix: Update src/core/modelsetbuilder.h

Co-authored-by: Lars Toenning <dev@ltoenning.de>
This commit is contained in:
Thomas Zobler
2025-12-01 08:24:09 +01:00
committed by GitHub
parent 026711dde1
commit 344debc4c5

View File

@@ -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)