src: converted NodeType to a class
NodeType internally still uses the Type enum
This commit is contained in:
@@ -31,7 +31,7 @@ public slots:
|
||||
void hideNode();
|
||||
|
||||
public:
|
||||
static QFont getFontForNodeType(Node::NodeType type);
|
||||
static QFont getFontForNodeType(NodeType type);
|
||||
|
||||
QtGraphNode();
|
||||
virtual ~QtGraphNode();
|
||||
|
||||
Reference in New Issue
Block a user