1
0
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:
f4exb
2017-09-04 22:23:39 +02:00
parent 5a27ca7746
commit 464f356340
3 changed files with 9 additions and 0 deletions
@@ -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
{