diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-01 10:11:46 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-01 10:11:46 -0700 |
commit | 5c2ce0ac200cbf4b37a9765148b78d3091b5cd9f (patch) | |
tree | d1ab8ce4f0579c29a1789396fd3db5a84689a226 /qt-ui/models.h | |
parent | 730e055e5aacd2f917be9d86140773853670e850 (diff) | |
download | subsurface-5c2ce0ac200cbf4b37a9765148b78d3091b5cd9f.tar.gz |
Add data and add functions for WeightModel
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/models.h')
-rw-r--r-- | qt-ui/models.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/models.h b/qt-ui/models.h index b6bcdec78..46da9e51b 100644 --- a/qt-ui/models.h +++ b/qt-ui/models.h @@ -62,7 +62,7 @@ class WeightModel : public QAbstractTableModel { /*reimp*/ QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const; /*reimp*/ int rowCount(const QModelIndex& parent = QModelIndex()) const; - void add(weight_t *weight); + void add(weightsystem_t *weight); void clear(); void update(); private: |