diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index 17f989c3..524270a1 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -51,6 +51,8 @@ QSK_NAMESPACE( QskAspect ) }; QSK_ENUM( Type ) + enum { LastType = Color }; // max. value for all types + enum FlagPrimitive : quint8 { NoFlagPrimitive, @@ -85,9 +87,6 @@ QSK_NAMESPACE( QskAspect ) }; QSK_ENUM( MetricPrimitive ) - enum { LastType = Color }; // max. value for all types - enum { LastPrimitive = 16 }; // max. value for all sort of primitives - enum ColorPrimitive : quint8 { NoColorPrimitive, @@ -98,6 +97,8 @@ QSK_NAMESPACE( QskAspect ) }; QSK_ENUM( ColorPrimitive ) + enum { LastPrimitive = 15 }; // max. value for all sort of primitives + enum Placement : quint8 { NoPlacement = 0,