nodes: remove graph and merge into project

This commit is contained in:
itsmattkc
2023-02-17 14:13:03 -08:00
parent 491fbacfbc
commit 9745b536f6
62 changed files with 266 additions and 344 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
#include "precachetask.h"
#include "node/project/project.h"
#include "node/project.h"
namespace olive {
+1 -1
View File
@@ -25,8 +25,8 @@
#include <QUndoCommand>
#include "codec/decoder.h"
#include "node/project/projectviewmodel.h"
#include "task/task.h"
#include "widget/projectexplorer/projectviewmodel.h"
namespace olive {
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef PROJECTLOADBASETASK_H
#define PROJECTLOADBASETASK_H
#include "node/project/project.h"
#include "node/project.h"
#include "task/task.h"
namespace olive {
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef PROJECTSAVEMANAGER_H
#define PROJECTSAVEMANAGER_H
#include "node/project/project.h"
#include "node/project.h"
#include "task/task.h"
namespace olive {