mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
PlutoSDR in[ut: correction of compilation errors
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
// along with this program. If not, see <http://www.gnu.org/licenses/>. //
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "dsp/filerecord.h"
|
||||
#include "device/devicesourceapi.h"
|
||||
#include "device/devicesinkapi.h"
|
||||
|
||||
#include "plutosdrinput.h"
|
||||
|
||||
@@ -41,6 +45,7 @@ PlutoSDRInput::~PlutoSDRInput()
|
||||
|
||||
bool PlutoSDRInput::start()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void PlutoSDRInput::stop()
|
||||
@@ -74,6 +79,8 @@ bool PlutoSDRInput::handleMessage(const Message& message)
|
||||
} else {
|
||||
m_fileSink->stopRecording();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user