git-svn-id: svn://db.shs.com.ru/libs@539 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2019-05-27 08:54:24 +00:00
parent 326d8bbd66
commit 09e7268779
3 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ class OpenGLWindow : public QWindow, protected QOpenGLFunctions
{
Q_OBJECT
public:
explicit OpenGLWindow(QWindow *parent = 0);
explicit OpenGLWindow(QWindow *parent = nullptr);
~OpenGLWindow();
virtual void render(QPainter *painter);