Web: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 19:09:56 +01:00
parent f19ab55b48
commit aada33a574
6 changed files with 8 additions and 8 deletions

View File

@@ -429,7 +429,7 @@ TYPESYSTEM_SOURCE_ABSTRACT(WebGui::BrowserView, Gui::MDIView)
* name 'name'.
*/
BrowserView::BrowserView(QWidget* parent)
: MDIView(0,parent,Qt::WindowFlags()),
: MDIView(nullptr,parent,Qt::WindowFlags()),
WindowParameter( "Browser" ),
isLoading(false)
{