summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/diveplotdatamodel.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2014-01-21 13:27:08 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-01-21 09:39:09 -0800
commit0a4e21a16813592031baf8ca90bc52418aa8965e (patch)
tree1d9d255b45de6bbe048e911fdca2fcb59d7982b2 /qt-ui/profile/diveplotdatamodel.h
parentcaba6500d63e6081565aebd9e872e48b049e5d03 (diff)
downloadsubsurface-0a4e21a16813592031baf8ca90bc52418aa8965e.tar.gz
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>
Diffstat (limited to 'qt-ui/profile/diveplotdatamodel.h')
-rw-r--r--qt-ui/profile/diveplotdatamodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profile/diveplotdatamodel.h b/qt-ui/profile/diveplotdatamodel.h
index dc032734e..3d4d4958b 100644
--- a/qt-ui/profile/diveplotdatamodel.h
+++ b/qt-ui/profile/diveplotdatamodel.h
@@ -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;