1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-25 04:54:22 -04:00

All plugins: removed apply settings in constructors as it causes segfaults

This commit is contained in:
f4exb
2017-12-24 18:37:33 +01:00
parent 063eff4204
commit b127182062
18 changed files with 5 additions and 30 deletions
-2
View File
@@ -95,8 +95,6 @@ void FileRecord::stopRecording()
bool FileRecord::handleMessage(const Message& message)
{
qDebug() << "FileRecord::handleMessage";
if (DSPSignalNotification::match(message))
{
DSPSignalNotification& notif = (DSPSignalNotification&) message;