Gui: modernize C++: use default member init
This commit is contained in:
@@ -34,11 +34,6 @@ using namespace Gui;
|
||||
TYPESYSTEM_SOURCE_ABSTRACT(Gui::GLGraphicsItem, Base::BaseClass)
|
||||
|
||||
GLPainter::GLPainter()
|
||||
: viewer(nullptr)
|
||||
, width(0)
|
||||
, height(0)
|
||||
, logicOp(false)
|
||||
, lineStipple(false)
|
||||
{
|
||||
depthrange[0] = 0;
|
||||
depthrange[1] = 0;
|
||||
|
||||
Reference in New Issue
Block a user