# HG changeset patch # User Alain Mazy # Date 1568191401 -7200 # Node ID 3ea70a62ca005f16c6acdb9545e2d0986a4e9b39 # Parent 9f8aaafc372a55457038c8f42ea54a9d00435ebe dummy opengl checks for Qt diff -r 9f8aaafc372a -r 3ea70a62ca00 Framework/OpenGL/OpenGLIncludes.h --- a/Framework/OpenGL/OpenGLIncludes.h Mon Sep 09 16:18:39 2019 +0200 +++ b/Framework/OpenGL/OpenGLIncludes.h Wed Sep 11 10:43:21 2019 +0200 @@ -40,6 +40,15 @@ # include #endif +#if ORTHANC_ENABLE_QT == 1 +// TODO: currently there are no checks in QT + +# define ORTHANC_OPENGL_CHECK(name) +# define ORTHANC_OPENGL_TRACE_CURRENT_CONTEXT(msg) +# define ORTHANC_CHECK_CURRENT_CONTEXT(context) + +#endif + #if ORTHANC_ENABLE_SDL == 1 # include