mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
cleanup: Uninitialized pointer field
CID 208320 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
686544bcef
commit
ba813483dd
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ void TemplateLayout::writeTemplate(QString template_name, QString grantlee_templ
|
|||
|
||||
YearInfo::YearInfo()
|
||||
{
|
||||
|
||||
year = Q_NULLPTR;
|
||||
}
|
||||
|
||||
YearInfo::~YearInfo()
|
||||
|
|
Loading…
Reference in a new issue