mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Free descriptions copied for TankItem
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4599172a19
commit
f14ef84c9a
2 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,7 @@ class TankItem : public QObject, public QGraphicsRectItem
|
|||
|
||||
public:
|
||||
explicit TankItem(QObject *parent = 0);
|
||||
~TankItem();
|
||||
void setHorizontalAxis(DiveCartesianAxis *horizontal);
|
||||
void setData(DivePlotDataModel *model, struct plot_info *plotInfo, struct dive *d);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue