1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

REST API: Channel Analyzer settings (1)

This commit is contained in:
f4exb
2019-08-08 18:42:17 +02:00
parent 524326de6d
commit 3ecb73e36e
17 changed files with 296 additions and 38 deletions
+1
View File
@@ -89,6 +89,7 @@ public:
PresetKeys m_workingPresetKeys;
QList<PresetKeys> m_presetKeys;
QList<CommandKeys> m_commandKeys;
void debug();
};
virtual ~WebAPIAdapterInterface() {}