1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-26 20:14:19 -04:00

Local output plugin and fixes

This commit is contained in:
f4exb
2019-05-10 23:38:52 +02:00
parent ba4c8d7a68
commit 8029194c02
42 changed files with 2386 additions and 43 deletions
@@ -15,8 +15,8 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
///////////////////////////////////////////////////////////////////////////////////
#ifndef INCLUDE_REMOTEINPUTGUI_H
#define INCLUDE_REMOTEINPUTGUI_H
#ifndef INCLUDE_LOCALINPUTGUI_H
#define INCLUDE_LOCALINPUTGUI_H
#include <QTimer>
#include <QWidget>
@@ -124,4 +124,4 @@ private slots:
void openDeviceSettingsDialog(const QPoint& p);
};
#endif // INCLUDE_REMOTEINPUTGUI_H
#endif // INCLUDE_LOCALINPUTGUI_H