mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 14:34:57 -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 RemoteInputSettings {
|
||||
struct RemoteInputSettings
|
||||
{
|
||||
QString m_title;
|
||||
QString m_apiAddress;
|
||||
quint16 m_apiPort;
|
||||
QString m_dataAddress;
|
||||
|
||||
Reference in New Issue
Block a user