mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Printing: export a statistics data structure to the Grantlee backend
Add a YearInfo class which represents a year statistics. Export the class to the Grantlee backend, also export all it's members to the printing backend. Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com> Signed-off-by: Gehad elrobey <gehadelrobey@gmail.com>
This commit is contained in:
parent
6a692495c0
commit
70e8862efc
2 changed files with 62 additions and 0 deletions
|
@ -316,3 +316,13 @@ void Dive::put_sac()
|
|||
m_sac = QString::number(value, 'f', decimal).append(unit);
|
||||
}
|
||||
}
|
||||
|
||||
YearInfo::YearInfo()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
YearInfo::~YearInfo()
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue