mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-04-04 10:38:45 -04:00
Renamed glscopenggui.h to glscopegui.h
This commit is contained in:
parent
2429f169bc
commit
081b83128f
@ -750,7 +750,7 @@
|
||||
<customwidget>
|
||||
<class>GLScopeGUI</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>gui/glscopenggui.h</header>
|
||||
<header>gui/glscopegui.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
|
@ -1131,7 +1131,7 @@
|
||||
<customwidget>
|
||||
<class>GLScopeGUI</class>
|
||||
<extends>QWidget</extends>
|
||||
<header>gui/glscopenggui.h</header>
|
||||
<header>gui/glscopegui.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
|
@ -78,7 +78,7 @@ set(sdrgui_HEADERS
|
||||
gui/externalclockdialog.h
|
||||
gui/glscopeng.h
|
||||
gui/glscopemulti.h
|
||||
gui/glscopenggui.h
|
||||
gui/glscopegui.h
|
||||
gui/glscopemultigui.h
|
||||
gui/glshadersimple.h
|
||||
gui/glshadertvarray.h
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
#include <QColorDialog>
|
||||
|
||||
#include "glscopenggui.h"
|
||||
#include "glscopegui.h"
|
||||
#include "glscopeng.h"
|
||||
#include "ui_glscopenggui.h"
|
||||
#include "util/simpleserializer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user