From 7d8f3661ad9d3af0e02d9b7a409d0515137d0071 Mon Sep 17 00:00:00 2001 From: samcake Date: Wed, 23 Sep 2015 17:49:03 -0700 Subject: [PATCH] coding standard --- tests/gpu-test/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gpu-test/src/main.cpp b/tests/gpu-test/src/main.cpp index e4853bf596..80c2dbf8e9 100644 --- a/tests/gpu-test/src/main.cpp +++ b/tests/gpu-test/src/main.cpp @@ -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;