1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-09-16 13:37:59 -04:00

GLSpectrum: removed useless dependency on QOpenGLWidget. Fixes issue #4

This commit is contained in:
Edouard Griffiths 2016-04-12 14:02:17 +02:00
parent aafff9b534
commit 89cdd40439

View File

@ -21,7 +21,6 @@
#ifndef INCLUDE_GLSPECTRUM_H #ifndef INCLUDE_GLSPECTRUM_H
#define INCLUDE_GLSPECTRUM_H #define INCLUDE_GLSPECTRUM_H
#include <QOpenGLWidget>
#include <QTimer> #include <QTimer>
#include <QMutex> #include <QMutex>
#include <QOpenGLBuffer> #include <QOpenGLBuffer>