summaryrefslogtreecommitdiff
path: root/src/data/graphelementdata.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-02-15 16:32:33 +0100
committerAleks Kissinger <aleks0@gmail.com>2018-02-15 16:32:33 +0100
commit09c331761648541de907c866c56fb6084c6f7a9b (patch)
tree8e5a11c282255a0e5248c8a6093e362aa136861f /src/data/graphelementdata.h
parent768e097abd17d07dd2748894b4dc1b09471dd6da (diff)
added support for changing edge mode, and started working on windows support
Diffstat (limited to 'src/data/graphelementdata.h')
-rw-r--r--src/data/graphelementdata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/graphelementdata.h b/src/data/graphelementdata.h
index 1139a00..0d43bb8 100644
--- a/src/data/graphelementdata.h
+++ b/src/data/graphelementdata.h
@@ -22,6 +22,7 @@ public:
QString property(QString key);
bool atom(QString atom);
+
QVariant data(const QModelIndex &index, int role) const Q_DECL_OVERRIDE;
QVariant headerData(int section, Qt::Orientation orientation,
int role = Qt::DisplayRole) const Q_DECL_OVERRIDE;