Commit e1f566a1 authored by Wieland Morgenstern's avatar Wieland Morgenstern

Merge branch 'master' into build-on-pull-requests

parents 0c84746b 6e40cbaf
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include "libvideostitch-gui/mainwindow/vssettings.hpp" #include "libvideostitch-gui/mainwindow/vssettings.hpp"
#include <math.h> #include <math.h>
#include <QPainter> #include <QPainter>
#include <QPainterPath>
#include <QMouseEvent> #include <QMouseEvent>
#define PRECISION 0.1f #define PRECISION 0.1f
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
#include "croprectangleeditor.hpp" #include "croprectangleeditor.hpp"
#include <QMouseEvent> #include <QMouseEvent>
#include <QPainter> #include <QPainter>
#include <QPainterPath>
CropRectangleEditor::CropRectangleEditor(const QSize thumbnailSize, const QSize frameSize, const Crop &initCrop, CropRectangleEditor::CropRectangleEditor(const QSize thumbnailSize, const QSize frameSize, const Crop &initCrop,
QWidget *const parent) QWidget *const parent)
: CropShapeEditor(thumbnailSize, frameSize, initCrop, 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