summaryrefslogtreecommitdiff
path: root/tikzit/src/data/graphelementproperty.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2017-01-22 17:05:37 +0100
committerAleks Kissinger <aleks0@gmail.com>2017-01-22 17:05:37 +0100
commitbd6c301c136ca7dd8f0bc89a90ad85e0f01be01b (patch)
tree28fc690abdd3a3994387d878d0de59d16bf353e8 /tikzit/src/data/graphelementproperty.h
parentdf9f92b955ceb18a89b68dacdc3a2ab820a36123 (diff)
tikz output
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: