summaryrefslogtreecommitdiffstats
path: root/examples/opengl/qopenglwidget/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/opengl/qopenglwidget/mainwindow.h')
-rw-r--r--examples/opengl/qopenglwidget/mainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/qopenglwidget/mainwindow.h b/examples/opengl/qopenglwidget/mainwindow.h
index bec1a563e0..43cc55100e 100644
--- a/examples/opengl/qopenglwidget/mainwindow.h
+++ b/examples/opengl/qopenglwidget/mainwindow.h
@@ -77,7 +77,7 @@ private:
QGridLayout *m_layout;
int m_nextX;
int m_nextY;
- QVector<QOpenGLWidget *> m_glWidgets;
+ QList<QOpenGLWidget *> m_glWidgets;
};
#endif