Gui: modernize C++11
* use nullptr
This commit is contained in:
@@ -92,7 +92,7 @@ void DlgInputDialogImp::setType( DlgInputDialogImp::Type t )
|
||||
{
|
||||
inputtype = t;
|
||||
|
||||
QWidget *input = 0;
|
||||
QWidget *input = nullptr;
|
||||
switch (inputtype)
|
||||
{
|
||||
case LineEdit:
|
||||
|
||||
Reference in New Issue
Block a user