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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/style.h b/src/data/style.h
index 7a6ff18..1b0618e 100644
--- a/src/data/style.h
+++ b/src/data/style.h
@@ -47,9 +47,9 @@ public:
virtual QPainterPath palettePath() const = 0;
virtual QIcon icon() const = 0;
void setName(const QString &name);
+ QString propertyWithDefault(QString prop, QString def, bool tikzitOverride=true) const;
protected:
- QString propertyWithDefault(QString prop, QString def, bool tikzitOverride=true) const;
QString _name;
GraphElementData *_data;
};