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:
@@ -93,7 +93,7 @@ MainObject::MainObject(QObject *parent)
|
||||
// RIPC Connection
|
||||
//
|
||||
edit_user=NULL;
|
||||
edit_ripc=new RDRipc(edit_config->stationName());
|
||||
edit_ripc=new RDRipc(edit_station,edit_config,this);
|
||||
connect(edit_ripc,SIGNAL(userChanged()),this,SLOT(userData()));
|
||||
edit_ripc->connectHost("localhost",RIPCD_TCP_PORT,edit_config->password());
|
||||
}
|
||||
|
Reference in New Issue
Block a user