为新的头文件添加了空实现
parent
2d44fd4d9f
commit
52e266cef0
|
@ -38,3 +38,17 @@ QPainterPath GroupElement::getPaintObject() const
|
|||
else
|
||||
return QPainterPath();
|
||||
}
|
||||
|
||||
void BitmapPath::applyTransformation(QTransform& transformation)
|
||||
{
|
||||
}
|
||||
|
||||
QImage FolderBitmapPath::getStylesAppliedCache() const
|
||||
{
|
||||
return QImage();
|
||||
}
|
||||
|
||||
QImage ComposedPainterPath::getStylesAppliedCache() const
|
||||
{
|
||||
return QImage();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue