mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove all Q_NULLPTR instances
It expands to nullptr anyway and is inconsitent with the rest of the code. Let's remove this anachronism. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
30746e5d3f
commit
30230dce10
4 changed files with 6 additions and 6 deletions
|
@ -259,7 +259,7 @@ void TemplateLayout::writeTemplate(QString template_name, QString grantlee_templ
|
|||
|
||||
YearInfo::YearInfo()
|
||||
{
|
||||
year = Q_NULLPTR;
|
||||
year = nullptr;
|
||||
}
|
||||
|
||||
YearInfo::~YearInfo()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue