Commit 576f6d72 authored by frostworx's avatar frostworx

added missing QPainterPath includes

parent 45b2594e
......@@ -6,6 +6,7 @@
#include "libvideostitch-gui/mainwindow/vssettings.hpp"
#include <math.h>
#include <QPainter>
#include <QPainterPath>
#include <QMouseEvent>
#define PRECISION 0.1f
......
......@@ -4,7 +4,8 @@
#include "croprectangleeditor.hpp"
#include <QMouseEvent>
#include <QPainter>
#include <QPainterPath>
CropRectangleEditor::CropRectangleEditor(const QSize thumbnailSize, const QSize frameSize, const Crop &initCrop,
QWidget *const parent)
: CropShapeEditor(thumbnailSize, frameSize, initCrop, parent) {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment