mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
2016-03-24 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'ripcd/livewire_lwrpaudio.cpp' that caused spurious errors to be dumped to stderr.
This commit is contained in:
@@ -58,6 +58,7 @@ LiveWireLwrpAudio::LiveWireLwrpAudio(RDMatrix *matrix,QObject *parent,const char
|
||||
SIGNAL(destinationChanged(unsigned,RDLiveWireDestination *)),
|
||||
this,
|
||||
SLOT(destinationChangedData(unsigned,RDLiveWireDestination *)));
|
||||
/*
|
||||
connect(livewire_nodes.back(),
|
||||
SIGNAL(gpoConfigChanged(unsigned,unsigned,unsigned)),
|
||||
this,
|
||||
@@ -70,6 +71,7 @@ LiveWireLwrpAudio::LiveWireLwrpAudio(RDMatrix *matrix,QObject *parent,const char
|
||||
SIGNAL(gpoChanged(unsigned,unsigned,unsigned,bool)),
|
||||
this,
|
||||
SLOT(gpoChangedData(unsigned,unsigned,unsigned,bool)));
|
||||
*/
|
||||
connect(livewire_nodes.back(),
|
||||
SIGNAL(watchdogStateChanged(unsigned,const QString &)),
|
||||
this,SLOT(watchdogStateChangedData(unsigned,const QString &)));
|
||||
|
||||
Reference in New Issue
Block a user