mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2017-12-16 Fred Gleason <fredg@paravelsystems.com>
* Added support for filepath wildcards in macro carts.
This commit is contained in:
@@ -154,17 +154,17 @@ MainObject::MainObject(QObject *parent)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
//
|
||||
// RIPCD Connection
|
||||
//
|
||||
filter_ripc=new RDRipc("");
|
||||
filter_ripc->connectHost("localhost",RIPCD_TCP_PORT,rdconfig->password());
|
||||
|
||||
//
|
||||
// Station Configuration
|
||||
//
|
||||
filter_rdstation=new RDStation(rdconfig->stationName());
|
||||
|
||||
//
|
||||
// RIPCD Connection
|
||||
//
|
||||
filter_ripc=new RDRipc(filter_rdstation,rdconfig,this);
|
||||
filter_ripc->connectHost("localhost",RIPCD_TCP_PORT,rdconfig->password());
|
||||
|
||||
//
|
||||
// Validate Arguments
|
||||
//
|
||||
|
@@ -80,17 +80,17 @@ MainObject::MainObject(QObject *parent)
|
||||
exit(256);
|
||||
}
|
||||
|
||||
//
|
||||
// RIPCD Connection
|
||||
//
|
||||
filter_ripc=new RDRipc("");
|
||||
filter_ripc->connectHost("localhost",RIPCD_TCP_PORT,rd_config->password());
|
||||
|
||||
//
|
||||
// Station Configuration
|
||||
//
|
||||
filter_rdstation=new RDStation(rd_config->stationName());
|
||||
|
||||
//
|
||||
// RIPCD Connection
|
||||
//
|
||||
filter_ripc=new RDRipc(filter_rdstation,rd_config,this);
|
||||
filter_ripc->connectHost("localhost",RIPCD_TCP_PORT,rd_config->password());
|
||||
|
||||
//
|
||||
// RDCatchd Connection
|
||||
//
|
||||
|
@@ -84,17 +84,17 @@ MainObject::MainObject(QObject *parent)
|
||||
exit(1);
|
||||
}
|
||||
|
||||
//
|
||||
// RIPCD Connection
|
||||
//
|
||||
filter_ripc=new RDRipc("");
|
||||
filter_ripc->connectHost("localhost",RIPCD_TCP_PORT,rdconfig->password());
|
||||
|
||||
//
|
||||
// Station Configuration
|
||||
//
|
||||
filter_rdstation=new RDStation(rdconfig->stationName());
|
||||
|
||||
//
|
||||
// RIPCD Connection
|
||||
//
|
||||
filter_ripc=new RDRipc(filter_rdstation,rdconfig,this);
|
||||
filter_ripc->connectHost("localhost",RIPCD_TCP_PORT,rdconfig->password());
|
||||
|
||||
//
|
||||
// Read Arguments
|
||||
//
|
||||
|
Reference in New Issue
Block a user