Fix missing QPainterPath

master
Jeremy HU 2022-12-12 20:38:14 +11:00
parent 8d9c190249
commit ff4d2c5740
1 changed files with 1 additions and 0 deletions

View File

@ -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)