diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-22 12:14:06 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-22 12:14:06 -0700 |
commit | 63b6f7d5a25967f003a734d2058a73b4b13e8387 (patch) | |
tree | 0f5d68199afacaa04bd2bac7029fc08e42db18c5 /qt-ui/models.h | |
parent | 9c3b512701c59955350f317eb6d19e6fdc93f546 (diff) | |
parent | 134e20bdc27f63c73ef8257dc357ae05642fece8 (diff) | |
download | subsurface-63b6f7d5a25967f003a734d2058a73b4b13e8387.tar.gz |
Merge branch 'comboBoxDelegate' of https://github.com/tcanabrava/subsurface
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index ded612bb9..b207ff0fd 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -48,7 +48,7 @@ public: /*reimp*/ Qt::ItemFlags flags(const QModelIndex& index) const; /*reimp*/ bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole); - void add(cylinder_t *cyl); + void add(); void clear(); void update(); void setDive(struct dive *d); @@ -73,7 +73,7 @@ public: /*reimp*/ Qt::ItemFlags flags(const QModelIndex& index) const; /*reimp*/ bool setData(const QModelIndex& index, const QVariant& value, int role = Qt::EditRole); - void add(weightsystem_t *weight); + void add(); void clear(); void update(); void setDive(struct dive *d); |