Skip to content

Commit efbb716

Browse files
Matthew Reidpaceholder
authored andcommitted
StyleCollection exposed in public interface
1 parent 1bdc4eb commit efbb716

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

include/nodes/StyleCollection

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

src/StyleCollection.hpp renamed to include/nodes/internal/StyleCollection.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
#include "NodeStyle.hpp"
44
#include "ConnectionStyle.hpp"
55
#include "FlowViewStyle.hpp"
6+
#include "Export.hpp"
67

78
namespace QtNodes
89
{
910

10-
class StyleCollection
11+
class NODE_EDITOR_PUBLIC StyleCollection
1112
{
1213
public:
1314

0 commit comments

Comments
 (0)