mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Morse Decoder: added scope from RTTY decoder
This commit is contained in:
@@ -32,6 +32,7 @@ class PluginAPI;
|
||||
class FeatureUISet;
|
||||
class MorseDecoder;
|
||||
class Feature;
|
||||
class ScopeVis;
|
||||
|
||||
namespace Ui {
|
||||
class MorseDecoderGUI;
|
||||
@@ -63,6 +64,7 @@ private:
|
||||
bool m_doApplySettings;
|
||||
|
||||
MorseDecoder* m_morseDecoder;
|
||||
ScopeVis* m_scopeVis;
|
||||
MessageQueue m_inputMessageQueue;
|
||||
QTimer m_statusTimer;
|
||||
int m_lastFeatureState;
|
||||
|
||||
Reference in New Issue
Block a user