This commit is contained in:
Brad Davis 2015-04-22 19:22:10 -07:00
parent c4d2bd2cda
commit 930ec7a6d8

View file

@ -84,7 +84,7 @@ const QString& getQmlDir() {
class QTestWindow : public QWindow {
Q_OBJECT
QOpenGLContext * _context{ nullptr };
QOpenGLContext* _context{ nullptr };
QSize _size;
TextRenderer* _textRenderer[4];
RateCounter fps;