refactored some classes

This commit is contained in:
itsmattkc
2019-05-08 00:41:44 +10:00
parent 127a773c54
commit 9a13776b2c
133 changed files with 1698 additions and 1627 deletions
+4
View File
@@ -1,6 +1,8 @@
#ifndef NODEGRAPH_H
#define NODEGRAPH_H
#include <QVector>
#include "nodes/node.h"
class NodeGraph
@@ -48,6 +50,8 @@ public:
private:
NodePtr output_node_;
QVector<NodePtr> nodes_;
};
#endif // NODEGRAPH_H