diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-22 14:52:38 -0300 |
---|---|---|
committer | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-22 14:52:38 -0300 |
commit | 134e20bdc27f63c73ef8257dc357ae05642fece8 (patch) | |
tree | 54546b6fac535625676d14bbc05a0334acb6380a /qt-ui/models.h | |
parent | 3e51476d8757752ccfa908d54b4f2425d908c839 (diff) | |
download | subsurface-134e20bdc27f63c73ef8257dc357ae05642fece8.tar.gz |
Removed the unused add cylinder and add weigthsystem dialogs.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
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); |