summaryrefslogtreecommitdiff
path: root/src/data/graphelementdata.h
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-04-10 08:00:02 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-04-10 08:00:17 +0200
commit86641371a35086e94e89d3ccc389a75c073a9312 (patch)
tree732c6a95a175c3849ea333d8c113b27b9315a1f6 /src/data/graphelementdata.h
parent541a46635804937e57db049a7b59bd9d7fd52c6c (diff)
nudging
Diffstat (limited to 'src/data/graphelementdata.h')
-rw-r--r--src/data/graphelementdata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/graphelementdata.h b/src/data/graphelementdata.h
index 319edf7..740d4dc 100644
--- a/src/data/graphelementdata.h
+++ b/src/data/graphelementdata.h
@@ -34,7 +34,7 @@ public:
QModelIndex parent(const QModelIndex &index) const Q_DECL_OVERRIDE;
int rowCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE;
- int columnCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE;
+ int columnCount(const QModelIndex &) const Q_DECL_OVERRIDE;
Qt::ItemFlags flags(const QModelIndex &index) const Q_DECL_OVERRIDE;