Fix missing QPainterPath
parent
8d9c190249
commit
ff4d2c5740
|
@ -1,6 +1,7 @@
|
||||||
#include "component_preview_images_decorator.h"
|
#include "component_preview_images_decorator.h"
|
||||||
#include "theme.h"
|
#include "theme.h"
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
#include <QPainterPath>
|
||||||
#include <dust3d/base/debug.h>
|
#include <dust3d/base/debug.h>
|
||||||
|
|
||||||
ComponentPreviewImagesDecorator::ComponentPreviewImagesDecorator(std::unique_ptr<std::vector<PreviewInput>> previewInputs)
|
ComponentPreviewImagesDecorator::ComponentPreviewImagesDecorator(std::unique_ptr<std::vector<PreviewInput>> previewInputs)
|
||||||
|
|
Loading…
Reference in New Issue