more metatype information
This commit is contained in:
parent
cf9d203e48
commit
b7434939ec
|
@ -175,3 +175,5 @@ QPainterPath SkinnyShapeFactory::shapePath( Shape shape, const QSizeF& size )
|
|||
path.closeSubpath();
|
||||
return path;
|
||||
}
|
||||
|
||||
#include "moc_SkinnyShapeFactory.cpp"
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
namespace SkinnyShapeFactory
|
||||
{
|
||||
SKINNY_EXPORT Q_NAMESPACE
|
||||
|
||||
// a couple of standard painter paths, that can
|
||||
// be used for testing
|
||||
|
||||
|
|
Loading…
Reference in New Issue