Gui: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 18:41:21 +01:00
parent 3bdf1fecce
commit 96adb98f46
239 changed files with 1197 additions and 1197 deletions

View File

@@ -92,7 +92,7 @@ void DlgInputDialogImp::setType( DlgInputDialogImp::Type t )
{
inputtype = t;
QWidget *input = 0;
QWidget *input = nullptr;
switch (inputtype)
{
case LineEdit: