mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-08-16 08:34:12 +02:00
2019-05-03 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up a compiler warning for 'RDMacroEvent'.
This commit is contained in:
parent
128a977d56
commit
036641f6ac
@ -18641,3 +18641,5 @@
|
|||||||
* Fixed a regression that broke audio importation in rdimport(1).
|
* Fixed a regression that broke audio importation in rdimport(1).
|
||||||
2019-05-03 Fred Gleason <fredg@paravelsystems.com>
|
2019-05-03 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Cleaned up a compiler warning for rdimport(1).
|
* Cleaned up a compiler warning for rdimport(1).
|
||||||
|
2019-05-03 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Cleaned up a compiler warning for 'RDMacroEvent'.
|
||||||
|
@ -225,7 +225,6 @@ void RDMacroEvent::exec(int line)
|
|||||||
RDMacro rml;
|
RDMacro rml;
|
||||||
RDStation *station;
|
RDStation *station;
|
||||||
QHostAddress addr;
|
QHostAddress addr;
|
||||||
RDMacro::Command cmd;
|
|
||||||
emit started(line);
|
emit started(line);
|
||||||
switch(event_cmds[line]->command()) {
|
switch(event_cmds[line]->command()) {
|
||||||
case RDMacro::SP: // Sleep
|
case RDMacro::SP: // Sleep
|
||||||
|
Loading…
x
Reference in New Issue
Block a user