From b7434939ec6e7d83a139d74285c2f2d56c886606 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Sat, 3 Dec 2022 17:17:54 +0100 Subject: [PATCH] more metatype information --- support/SkinnyShapeFactory.cpp | 2 ++ support/SkinnyShapeFactory.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/support/SkinnyShapeFactory.cpp b/support/SkinnyShapeFactory.cpp index de9fcbfc..2ce61f4f 100644 --- a/support/SkinnyShapeFactory.cpp +++ b/support/SkinnyShapeFactory.cpp @@ -175,3 +175,5 @@ QPainterPath SkinnyShapeFactory::shapePath( Shape shape, const QSizeF& size ) path.closeSubpath(); return path; } + +#include "moc_SkinnyShapeFactory.cpp" diff --git a/support/SkinnyShapeFactory.h b/support/SkinnyShapeFactory.h index 19b940d5..4b59ddae 100644 --- a/support/SkinnyShapeFactory.h +++ b/support/SkinnyShapeFactory.h @@ -10,6 +10,8 @@ namespace SkinnyShapeFactory { + SKINNY_EXPORT Q_NAMESPACE + // a couple of standard painter paths, that can // be used for testing