Compile errors
This commit is contained in:
parent
ae46699b95
commit
e43aa8d201
@ -42,7 +42,6 @@ SOURCES += main.cpp\
|
|||||||
cropeditor/drawing/dotitem.cpp \
|
cropeditor/drawing/dotitem.cpp \
|
||||||
cropeditor/drawing/lineitem.cpp \
|
cropeditor/drawing/lineitem.cpp \
|
||||||
cropeditor/settings/brushpenselection.cpp \
|
cropeditor/settings/brushpenselection.cpp \
|
||||||
effects.cpp \
|
|
||||||
cropeditor/drawing/bluritem.cpp \
|
cropeditor/drawing/bluritem.cpp \
|
||||||
cropeditor/settings/blurdialog.cpp
|
cropeditor/settings/blurdialog.cpp
|
||||||
|
|
||||||
@ -66,7 +65,6 @@ HEADERS += mainwindow.hpp \
|
|||||||
cropeditor/drawing/dotitem.hpp \
|
cropeditor/drawing/dotitem.hpp \
|
||||||
cropeditor/drawing/lineitem.hpp \
|
cropeditor/drawing/lineitem.hpp \
|
||||||
cropeditor/settings/brushpenselection.hpp \
|
cropeditor/settings/brushpenselection.hpp \
|
||||||
effects.hpp \
|
|
||||||
cropeditor/drawing/bluritem.hpp \
|
cropeditor/drawing/bluritem.hpp \
|
||||||
cropeditor/settings/blurdialog.hpp
|
cropeditor/settings/blurdialog.hpp
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
|
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <cropeditor/settings/blurdialog.hpp>
|
#include <cropeditor/settings/blurdialog.hpp>
|
||||||
#include <effects.hpp>
|
|
||||||
|
|
||||||
void BlurItem::init(CropScene *)
|
void BlurItem::init(CropScene *)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user