coding standard

This commit is contained in:
samcake 2015-09-23 17:49:03 -07:00
parent b8e630a7a7
commit 7d8f3661ad

View file

@ -157,7 +157,7 @@ public:
show();
makeCurrent();
QOpenGLDebugLogger *logger = new QOpenGLDebugLogger(this);
QOpenGLDebugLogger* logger = new QOpenGLDebugLogger(this);
logger->initialize(); // initializes in the current context, i.e. ctx
connect(logger, &QOpenGLDebugLogger::messageLogged, [](const QOpenGLDebugMessage& message){
qDebug() << message;