mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add the depth text.
Depth text got added to the new profile. Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
caba6500d6
commit
0a4e21a168
6 changed files with 48 additions and 2 deletions
|
@ -18,6 +18,7 @@ public:
|
|||
virtual int rowCount(const QModelIndex& parent = QModelIndex()) const;
|
||||
void clear();
|
||||
void setDive(struct dive *d, const plot_info& pInfo);
|
||||
plot_data* data();
|
||||
private:
|
||||
int sampleCount;
|
||||
plot_data *plotData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue