Skip to content

Fix OpenGLSafePoint guard

David Edmundson requested to merge work/scope into master

qScopeGuard runs the method when the function goes out of scope. Without a local variable this is immediately.

Merge request reports