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:
@@ -95,8 +95,6 @@ void FileRecord::stopRecording()
|
||||
|
||||
bool FileRecord::handleMessage(const Message& message)
|
||||
{
|
||||
qDebug() << "FileRecord::handleMessage";
|
||||
|
||||
if (DSPSignalNotification::match(message))
|
||||
{
|
||||
DSPSignalNotification& notif = (DSPSignalNotification&) message;
|
||||
|
||||
Reference in New Issue
Block a user