kopia lustrzana https://github.com/f4exb/sdrangel
Renamed glscopeng.h to glscope.h
rodzic
0fcc694ca1
commit
bda60dcd43
|
@ -25,7 +25,7 @@
|
|||
#include "dsp/spectrumscopengcombovis.h"
|
||||
#include "dsp/spectrumvis.h"
|
||||
#include "gui/glspectrum.h"
|
||||
#include "gui/glscopeng.h"
|
||||
#include "gui/glscope.h"
|
||||
#include "gui/basicchannelsettingsdialog.h"
|
||||
#include "plugin/pluginapi.h"
|
||||
#include "util/simpleserializer.h"
|
||||
|
|
|
@ -744,7 +744,7 @@
|
|||
<customwidget>
|
||||
<class>GLScope</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>gui/glscopeng.h</header>
|
||||
<header>gui/glscope.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
|
|
|
@ -1125,7 +1125,7 @@
|
|||
<customwidget>
|
||||
<class>GLScope</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>gui/glscopeng.h</header>
|
||||
<header>gui/glscope.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
|
|
|
@ -76,7 +76,7 @@ set(sdrgui_HEADERS
|
|||
gui/editcommanddialog.h
|
||||
gui/externalclockbutton.h
|
||||
gui/externalclockdialog.h
|
||||
gui/glscopeng.h
|
||||
gui/glscope.h
|
||||
gui/glscopemulti.h
|
||||
gui/glscopegui.h
|
||||
gui/glscopemultigui.h
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "scopevisng.h"
|
||||
#include "dsp/dspcommands.h"
|
||||
#include "gui/glscopeng.h"
|
||||
#include "gui/glscope.h"
|
||||
|
||||
MESSAGE_CLASS_DEFINITION(ScopeVisNG::MsgConfigureScopeVisNG, Message)
|
||||
MESSAGE_CLASS_DEFINITION(ScopeVisNG::MsgScopeVisNGAddTrigger, Message)
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#include <QColorDialog>
|
||||
|
||||
#include "glscopegui.h"
|
||||
#include "glscopeng.h"
|
||||
#include "glscope.h"
|
||||
#include "ui_glscopenggui.h"
|
||||
#include "util/simpleserializer.h"
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include <QDebug>
|
||||
#include <algorithm>
|
||||
|
||||
#include "glscopeng.h"
|
||||
#include "glscope.h"
|
||||
|
||||
GLScope::GLScope(QWidget* parent) :
|
||||
QGLWidget(parent),
|
||||
|
|
Ładowanie…
Reference in New Issue