8 auto cleanup =
qScopeGuard([] { code you want executed goes HERE; });
13 int v2 = code_that_might_throw_exceptions();
GLint GLfloat GLfloat GLfloat v2
GLsizei const GLfloat * v
[13]
QScopeGuard< typename std::decay< F >::type > qScopeGuard(F &&f)
[qScopeGuard]