mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 16:41:18 +02:00
2017-12-16 Fred Gleason <fredg@paravelsystems.com>
* Added support for filepath wildcards in macro carts.
This commit is contained in:
@@ -189,7 +189,7 @@ MainObject::MainObject(QObject *parent)
|
||||
// RIPCD Connection
|
||||
//
|
||||
set_user=NULL;
|
||||
set_ripc=new RDRipc(set_config->stationName(),this);
|
||||
set_ripc=new RDRipc(set_station,set_config,this);
|
||||
connect(set_ripc,SIGNAL(userChanged()),this,SLOT(userChangedData()));
|
||||
set_ripc->connectHost("localhost",RIPCD_TCP_PORT,set_config->password());
|
||||
}
|
||||
|
Reference in New Issue
Block a user