summaryrefslogtreecommitdiff
path: root/src/data/nodestyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/nodestyle.cpp')
-rw-r--r--src/data/nodestyle.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/nodestyle.cpp b/src/data/nodestyle.cpp
index 9c38dfd..20245d9 100644
--- a/src/data/nodestyle.cpp
+++ b/src/data/nodestyle.cpp
@@ -22,6 +22,7 @@
#include <QPainter>
NodeStyle *noneStyle = new NodeStyle();
+NodeStyle *unknownStyle = new NodeStyle("unknown", new GraphElementData({GraphElementProperty("tikzit fill", "red")}));
NodeStyle::NodeStyle() : Style()
{