more metatype information

This commit is contained in:
Uwe Rathmann 2022-12-03 17:17:54 +01:00
parent cf9d203e48
commit b7434939ec
2 changed files with 4 additions and 0 deletions

View File

@ -175,3 +175,5 @@ QPainterPath SkinnyShapeFactory::shapePath( Shape shape, const QSizeF& size )
path.closeSubpath(); path.closeSubpath();
return path; return path;
} }
#include "moc_SkinnyShapeFactory.cpp"

View File

@ -10,6 +10,8 @@
namespace SkinnyShapeFactory namespace SkinnyShapeFactory
{ {
SKINNY_EXPORT Q_NAMESPACE
// a couple of standard painter paths, that can // a couple of standard painter paths, that can
// be used for testing // be used for testing