From 4775045b62c60d8ddf394f981cb6092fa7347972 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Tue, 20 Jun 2023 19:16:40 +0200 Subject: [PATCH] QskAspect::Card introduced --- src/common/QskAspect.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/QskAspect.h b/src/common/QskAspect.h index 0b004215..8503627a 100644 --- a/src/common/QskAspect.h +++ b/src/common/QskAspect.h @@ -35,6 +35,8 @@ class QSK_EXPORT QskAspect Header, Footer, + Card, + Floating }; Q_ENUM( Section )