kopia lustrzana https://github.com/f4exb/sdrangel
Fix filename case for Linux
rodzic
22ff79239e
commit
470384a89d
|
@ -36,7 +36,7 @@
|
|||
#include "gui/devicestreamselectiondialog.h"
|
||||
#include "mainwindow.h"
|
||||
|
||||
#include "ui_IEEE_802_15_4_Modgui.h"
|
||||
#include "ui_ieee_802_15_4_modgui.h"
|
||||
#include "ieee_802_15_4_modgui.h"
|
||||
#include "ieee_802_15_4_modrepeatdialog.h"
|
||||
#include "ieee_802_15_4_modtxsettingsdialog.h"
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef INCLUDE_IEEE_802_15_4_MODREPEATDIALOG_H
|
||||
#define INCLUDE_IEEE_802_15_4_MODREPEATDIALOG_H
|
||||
|
||||
#include "ui_IEEE_802_15_4_Modrepeatdialog.h"
|
||||
#include "ui_ieee_802_15_4_modrepeatdialog.h"
|
||||
|
||||
class IEEE_802_15_4_ModRepeatDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#ifndef INCLUDE_IEEE_802_15_4_MODTXSETTINGSDIALOG_H
|
||||
#define INCLUDE_IEEE_802_15_4_MODTXSETTINGSDIALOG_H
|
||||
|
||||
#include "ui_IEEE_802_15_4_Modtxsettingsdialog.h"
|
||||
#include "ui_ieee_802_15_4_modtxsettingsdialog.h"
|
||||
|
||||
class IEEE_802_15_4_ModTXSettingsDialog : public QDialog {
|
||||
Q_OBJECT
|
||||
|
|
Ładowanie…
Reference in New Issue