mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +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()
|
YearInfo::YearInfo()
|
||||||
{
|
{
|
||||||
|
year = Q_NULLPTR;
|
||||||
}
|
}
|
||||||
|
|
||||||
YearInfo::~YearInfo()
|
YearInfo::~YearInfo()
|
||||||
|
|
Loading…
Add table
Reference in a new issue