Image: modernize C++11
* use nullptr
This commit is contained in:
@@ -37,7 +37,7 @@ class ImageGuiExport GLImageBox : public QOpenGLWidget
|
||||
|
||||
public:
|
||||
|
||||
GLImageBox(QWidget * parent = 0, Qt::WindowFlags f = Qt::WindowFlags());
|
||||
GLImageBox(QWidget * parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
|
||||
~GLImageBox();
|
||||
|
||||
Image::ImageBase *getImageBasePtr() { return &_image; }
|
||||
|
||||
Reference in New Issue
Block a user