Gui: modernize C++11
* use nullptr
This commit is contained in:
@@ -200,5 +200,5 @@ const SoEvent* GesturesDevice::translateEvent(QEvent* event)
|
||||
return new SoGesturePanEvent(pg,this->widget);
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user