LastPrimitive fixed
This commit is contained in:
parent
4d40a9bd12
commit
247112ae5c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue