mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-02-09 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDEmptyCart' widget. * Removed 'RD3EmptyCart' dependency from rdairplay(1). * Removed 'RD3EmptyCart' dependency from rdlogmanager(1). * Removed 'RD3EmptyCart' dependency from rdpanel(1). * Removed the 'RD3EmptyCart' widget. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
#ifndef RDAIRPLAY_H
|
||||
#define RDAIRPLAY_H
|
||||
|
||||
#include <rd3emptycart.h>
|
||||
#include <rdemptycart.h>
|
||||
#include <rdhotkeylist.h>
|
||||
#include <rdhotkeys.h>
|
||||
#include <rdinstancelock.h>
|
||||
@@ -187,7 +187,7 @@ class MainWidget : public RDWidget
|
||||
int air_stop_gpo_lines[RDAirPlayConf::LastChannel];
|
||||
RDAirPlayConf::GpioType air_channel_gpio_types[RDAirPlayConf::LastChannel];
|
||||
std::map<unsigned,QTimer *> air_channel_timers[2];
|
||||
RD3EmptyCart *air_empty_cart;
|
||||
RDEmptyCart *air_empty_cart;
|
||||
RDCartDialog *air_cart_dialog;
|
||||
RDEventPlayer *air_event_player;
|
||||
RDHotKeyList *air_keylist;
|
||||
|
||||
Reference in New Issue
Block a user