mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2017-12-16 Fred Gleason <fredg@paravelsystems.com>
* Added support for filepath wildcards in macro carts.
This commit is contained in:
@@ -247,19 +247,19 @@ MainObject::MainObject(QObject *parent)
|
||||
exit(256);
|
||||
}
|
||||
|
||||
//
|
||||
// RIPC Connection
|
||||
//
|
||||
export_ripc=new RDRipc(export_config->stationName());
|
||||
connect(export_ripc,SIGNAL(userChanged()),this,SLOT(userData()));
|
||||
export_ripc->
|
||||
connectHost("localhost",RIPCD_TCP_PORT,export_config->password());
|
||||
|
||||
//
|
||||
// Station Configuration
|
||||
//
|
||||
export_station=new RDStation(export_config->stationName());
|
||||
|
||||
//
|
||||
// RIPC Connection
|
||||
//
|
||||
export_ripc=new RDRipc(export_station,export_config,this);
|
||||
connect(export_ripc,SIGNAL(userChanged()),this,SLOT(userData()));
|
||||
export_ripc->
|
||||
connectHost("localhost",RIPCD_TCP_PORT,export_config->password());
|
||||
|
||||
//
|
||||
// User
|
||||
//
|
||||
|
Reference in New Issue
Block a user