From 64fee0247eaaeb0e42821d0863fca69b2ed09fe1 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Thu, 16 Feb 2023 08:23:45 +0100 Subject: [PATCH] Floating section added --- src/common/QskAspect.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index 12f237ea..c4016536 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -32,11 +32,13 @@ class QSK_EXPORT QskAspect Body = 0, Header, - Footer + Footer, + + Floating }; Q_ENUM( Section ) - static constexpr uint FirstUserSection = Section::Footer + 1; + static constexpr uint FirstUserSection = Section::Floating + 1; static constexpr uint LastSection = ( 1 << 4 ) - 1; enum Primitive : quint8