File tree Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Expand file tree Collapse file tree 3 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ HEADERS += \
22
22
src/Editor.hpp \
23
23
src/EditorScene.hpp \
24
24
src/EditorView.hpp \
25
- src/ImageItem.hpp \
26
25
src/MainWindow.hpp \
27
26
src/Renderer.hpp \
28
27
src/RenderPreview.hpp \
@@ -35,7 +34,6 @@ SOURCES += \
35
34
src/Editor.cpp \
36
35
src/EditorScene.cpp \
37
36
src/EditorView.cpp \
38
- src/ImageItem.cpp \
39
37
src/main.cpp \
40
38
src/MainWindow.cpp \
41
39
src/Renderer.cpp \
Original file line number Diff line number Diff line change 16
16
#include " Editor.hpp"
17
17
#include " EditorScene.hpp"
18
18
#include " EditorView.hpp"
19
- #include " ImageItem.hpp"
20
19
#include " MainWindow.hpp"
21
20
22
21
#include < QGraphicsItem>
Original file line number Diff line number Diff line change 15
15
16
16
#include " RenderPreview.hpp"
17
17
#include " Editor.hpp"
18
- #include " ImageItem.hpp"
19
18
#include " Settings.hpp"
20
19
21
20
#include < QFileDialog>
You can’t perform that action at this time.
0 commit comments