diff options
Diffstat (limited to 'templatelayout.cpp')
-rw-r--r-- | templatelayout.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templatelayout.cpp b/templatelayout.cpp index 2da048266..9245befbe 100644 --- a/templatelayout.cpp +++ b/templatelayout.cpp @@ -316,3 +316,13 @@ void Dive::put_sac() m_sac = QString::number(value, 'f', decimal).append(unit); } } + +YearInfo::YearInfo() +{ + +} + +YearInfo::~YearInfo() +{ + +} |