git-svn-id: svn://db.shs.com.ru/libs@539 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
OpenGLWindow::OpenGLWindow(QWindow *parent)
|
||||
: QWindow(parent)
|
||||
, m_animating(false)
|
||||
, m_context(0)
|
||||
, m_device(0)
|
||||
, m_context(nullptr)
|
||||
, m_device(nullptr)
|
||||
{
|
||||
setFlag(Qt::FramelessWindowHint);
|
||||
setSurfaceType(QWindow::OpenGLSurface);
|
||||
|
||||
Reference in New Issue
Block a user