cleanup: Uninitialized pointer field

CID 208320

Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
Jan Mulder 2017-12-28 19:26:04 +01:00 committed by Dirk Hohndel
parent 686544bcef
commit ba813483dd

View file

@ -258,7 +258,7 @@ void TemplateLayout::writeTemplate(QString template_name, QString grantlee_templ
YearInfo::YearInfo()
{
year = Q_NULLPTR;
}
YearInfo::~YearInfo()