summaryrefslogtreecommitdiff
path: root/tikzit/src/data/graphelementproperty.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/data/graphelementproperty.h')
-rw-r--r--tikzit/src/data/graphelementproperty.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tikzit/src/data/graphelementproperty.h b/tikzit/src/data/graphelementproperty.h
index 4e8bbd1..01b6e5a 100644
--- a/tikzit/src/data/graphelementproperty.h
+++ b/tikzit/src/data/graphelementproperty.h
@@ -24,6 +24,8 @@ public:
bool matches(const GraphElementProperty &p);
bool operator==(const GraphElementProperty &p);
+ static QString tikzEscape(QString str);
+ QString tikz();
signals:
public slots: