Skip to content

Commit

Permalink
Fix missing QPainterPath
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Dec 12, 2022
1 parent 8d9c190 commit ff4d2c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/sources/component_preview_images_decorator.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "component_preview_images_decorator.h"
#include "theme.h"
#include <QPainter>
#include <QPainterPath>
#include <dust3d/base/debug.h>

ComponentPreviewImagesDecorator::ComponentPreviewImagesDecorator(std::unique_ptr<std::vector<PreviewInput>> previewInputs)
Expand Down

0 comments on commit ff4d2c5

Please sign in to comment.