1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

SDRDaemon device plugins migration to Remote device: final changes to remove daemon references. Updated version and Debian changelog

This commit is contained in:
f4exb
2019-02-03 01:52:11 +01:00
parent 60ca383a6e
commit 8a0508c609
41 changed files with 96 additions and 94 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ RemoteDataQueue::~RemoteDataQueue()
while ((data = pop()) != 0)
{
qDebug() << "SDRDaemonDataQueue::~SDRDaemonDataQueue: data block was still in queue";
qDebug() << "RemoteDataQueue::~RemoteDataQueue: data block was still in queue";
delete data;
}
}