mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add data and add functions for WeightModel
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
730e055e5a
commit
5c2ce0ac20
2 changed files with 39 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue