mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 16:44:04 +02:00
coding standard
This commit is contained in:
parent
b8e630a7a7
commit
7d8f3661ad
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue