Floating section added

This commit is contained in:
Uwe Rathmann 2023-02-16 08:23:45 +01:00
parent a0dde1a4e0
commit 64fee0247e

View File

@ -32,11 +32,13 @@ class QSK_EXPORT QskAspect
Body = 0, Body = 0,
Header, Header,
Footer Footer,
Floating
}; };
Q_ENUM( Section ) Q_ENUM( Section )
static constexpr uint FirstUserSection = Section::Footer + 1; static constexpr uint FirstUserSection = Section::Floating + 1;
static constexpr uint LastSection = ( 1 << 4 ) - 1; static constexpr uint LastSection = ( 1 << 4 ) - 1;
enum Primitive : quint8 enum Primitive : quint8