mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 14:04:46 -04:00
activated compiler warnings
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#include "threadedbasebandsamplesink.h"
|
||||
|
||||
DSPDeviceSourceEngine::DSPDeviceSourceEngine(uint uid, QObject* parent) :
|
||||
m_uid(uid),
|
||||
QThread(parent),
|
||||
m_uid(uid),
|
||||
m_state(StNotStarted),
|
||||
m_deviceSampleSource(0),
|
||||
m_sampleSourceSequence(0),
|
||||
|
||||
Reference in New Issue
Block a user