summaryrefslogtreecommitdiffstats
path: root/templatelayout.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'templatelayout.cpp')
-rw-r--r--templatelayout.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/templatelayout.cpp b/templatelayout.cpp
index 30919891a..1da88249b 100644
--- a/templatelayout.cpp
+++ b/templatelayout.cpp
@@ -133,6 +133,11 @@ int Dive::number() const
return m_number;
}
+int Dive::id() const
+{
+ return m_id;
+}
+
QString Dive::date() const
{
return m_date;