mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-07-17 16:24:08 -04:00
Make device title editable in the basic device settings. Fixes #2292
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
#include <QByteArray>
|
||||
#include <QString>
|
||||
|
||||
struct LocalInputSettings {
|
||||
struct LocalInputSettings
|
||||
{
|
||||
QString m_title;
|
||||
bool m_dcBlock;
|
||||
bool m_iqCorrection;
|
||||
bool m_useReverseAPI;
|
||||
|
||||
Reference in New Issue
Block a user