mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 14:50:11 +01:00
2017-12-16 Fred Gleason <fredg@paravelsystems.com>
* Added support for filepath wildcards in macro carts.
This commit is contained in:
@@ -122,23 +122,23 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
exit(256);
|
||||
}
|
||||
|
||||
//
|
||||
// Station Configuration
|
||||
//
|
||||
rdstation_conf=new RDStation(config->stationName(),this);
|
||||
cast_system=new RDSystem();
|
||||
|
||||
//
|
||||
// RIPC Connection
|
||||
//
|
||||
#ifndef WIN32
|
||||
cast_ripc=new RDRipc(config->stationName());
|
||||
cast_ripc=new RDRipc(rdstation_conf,config,this);
|
||||
connect(cast_ripc,SIGNAL(userChanged()),this,SLOT(userChangedData()));
|
||||
cast_ripc->connectHost("localhost",RIPCD_TCP_PORT,config->password());
|
||||
#else
|
||||
cast_ripc=NULL;
|
||||
#endif // WIN32
|
||||
|
||||
//
|
||||
// Station Configuration
|
||||
//
|
||||
rdstation_conf=new RDStation(config->stationName(),this);
|
||||
cast_system=new RDSystem();
|
||||
|
||||
//
|
||||
// User
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user