mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2018-01-30 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDApplication'class. * Converted rdlibrary(1) to use RDApplication.
This commit is contained in:
@@ -116,7 +116,7 @@ MainWidget::MainWidget(QWidget *parent)
|
||||
//
|
||||
dg_system=new RDSystem();
|
||||
dg_station=new RDStation(dg_config->stationName(),this);
|
||||
dg_library_conf=new RDLibraryConf(dg_config->stationName(),0);
|
||||
dg_library_conf=new RDLibraryConf(dg_config->stationName());
|
||||
dg_ripc=new RDRipc(dg_station,dg_config,this);
|
||||
connect(dg_ripc,SIGNAL(userChanged()),this,SLOT(userChangedData()));
|
||||
dg_ripc->connectHost("localhost",RIPCD_TCP_PORT,dg_config->password());
|
||||
|
Reference in New Issue
Block a user