moved various classes from root to common folder
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "graph.h"
|
||||
|
||||
#include "qobjectlistcast.h"
|
||||
#include "common/qobjectlistcast.h"
|
||||
|
||||
NodeGraph::NodeGraph()
|
||||
{
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
|
||||
#include <QVariant>
|
||||
|
||||
#include "rational.h"
|
||||
#include "common/rational.h"
|
||||
|
||||
class NodeKeyframe
|
||||
{
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "node.h"
|
||||
|
||||
#include "qobjectlistcast.h"
|
||||
#include "common/qobjectlistcast.h"
|
||||
|
||||
Node::Node(QObject *parent) :
|
||||
QObject(parent)
|
||||
|
||||
+1
-1
@@ -23,9 +23,9 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
#include "common/rational.h"
|
||||
#include "node/input.h"
|
||||
#include "node/output.h"
|
||||
#include "rational.h"
|
||||
|
||||
class Node : public QObject
|
||||
{
|
||||
|
||||
+1
-1
@@ -24,8 +24,8 @@
|
||||
#include <QObject>
|
||||
#include <QVariant>
|
||||
|
||||
#include "common/rational.h"
|
||||
#include "node/edge.h"
|
||||
#include "rational.h"
|
||||
|
||||
class Node;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user