summaryrefslogtreecommitdiff
path: root/src/data/style.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/style.h')
-rw-r--r--src/data/style.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/data/style.h b/src/data/style.h
index ca2e604..476af77 100644
--- a/src/data/style.h
+++ b/src/data/style.h
@@ -73,4 +73,9 @@ protected:
QString _name;
GraphElementData *_data;
};
+
+extern Style *noneStyle;
+extern Style *unknownStyle;
+extern Style *noneEdgeStyle;
+
#endif // STYLE_H