mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-07 08:24:43 -04:00
v7: API: added workspace handling for device, spectrum, feature and channel. Implements #1242
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
SigMFFileInputGUI::SigMFFileInputGUI(DeviceUISet *deviceUISet, QWidget* parent) :
|
||||
DeviceGUI(parent),
|
||||
ui(new Ui::SigMFFileInputGUI),
|
||||
m_deviceUISet(deviceUISet),
|
||||
m_settings(),
|
||||
m_currentTrackIndex(0),
|
||||
m_doApplySettings(true),
|
||||
@@ -61,6 +60,7 @@ SigMFFileInputGUI::SigMFFileInputGUI(DeviceUISet *deviceUISet, QWidget* parent)
|
||||
m_enableFullNavTime(false),
|
||||
m_lastEngineState(DeviceAPI::StNotStarted)
|
||||
{
|
||||
m_deviceUISet = deviceUISet;
|
||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
m_helpURL = "plugins/samplesource/sigmffileinput/readme.md";
|
||||
QWidget *contents = getContents();
|
||||
|
||||
@@ -50,7 +50,6 @@ public:
|
||||
private:
|
||||
Ui::SigMFFileInputGUI* ui;
|
||||
|
||||
DeviceUISet* m_deviceUISet;
|
||||
SigMFFileInputSettings m_settings;
|
||||
int m_currentTrackIndex;
|
||||
bool m_doApplySettings;
|
||||
|
||||
Reference in New Issue
Block a user