Image: modernize C++11

* use nullptr
This commit is contained in:
wmayer
2022-03-23 18:42:42 +01:00
parent d430940515
commit 58d1cc4818
5 changed files with 17 additions and 17 deletions

View File

@@ -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; }