Renamed glscopenggui.h to glscopegui.h

pull/228/head
f4exb 2018-08-12 16:56:03 +02:00
rodzic 2429f169bc
commit 081b83128f
5 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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

Wyświetl plik

@ -17,7 +17,7 @@
#include <QColorDialog>
#include "glscopenggui.h"
#include "glscopegui.h"
#include "glscopeng.h"
#include "ui_glscopenggui.h"
#include "util/simpleserializer.h"