Skip to content

Commit a93aded

Browse files
committed
Export NodeState from dll (paceholder#156)
1 parent 6a4340e commit a93aded

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

include/nodes/NodeState

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#include "internal/NodeState.hpp"

include/nodes/internal/NodeState.hpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#include <QtCore/QUuid>
88

9+
#include "Export.hpp"
10+
911
#include "PortType.hpp"
1012
#include "NodeData.hpp"
1113

@@ -17,7 +19,7 @@ class NodeDataModel;
1719

1820
/// Contains vectors of connected input and output connections.
1921
/// Stores bool for reacting on hovering connections
20-
class NodeState
22+
class NODE_EDITOR_PUBLIC NodeState
2123
{
2224
public:
2325
enum ReactToConnectionState

0 commit comments

Comments
 (0)