1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Fix PR comments

This commit is contained in:
DreamNik
2024-09-09 18:48:54 +03:00
parent 60e1d1cd9e
commit d2e89b7337
59 changed files with 60 additions and 95 deletions
+1 -3
View File
@@ -21,9 +21,7 @@
#if defined(ANDROID)
#include <QOpenGLFunctions_ES2>
#else
#include <QOpenGLFunctions_2_0>
#include <QOpenGLFunctions_2_1>
#include <QOpenGLFunctions_3_0>
#include <QOpenGLFunctions_3_3_Core>
#endif
#include <QOpenGLContext>
#include <QtOpenGL>