mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatchd(8) that broke audio metering.
This commit is contained in:
@@ -144,7 +144,7 @@ QSize MainWidget::sizeHint() const
|
||||
|
||||
void MainWidget::caeConnectedData(bool state)
|
||||
{
|
||||
std::vector<int> cards;
|
||||
QList<int> cards;
|
||||
|
||||
QString sql=QString("select CARD from CARTSLOTS where ")+
|
||||
"STATION_NAME=\""+RDEscapeString(rda->config()->stationName())+"\"";
|
||||
|
||||
Reference in New Issue
Block a user