mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 00:21:21 +02:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDListLogs class to use RDApplication. * Converted rdadmin(1) to use RDApplication.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Edit a Rivendell Replicator
|
||||
//
|
||||
// (C) Copyright 2002-2015 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2018 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -28,12 +28,13 @@
|
||||
#include <qdatetime.h>
|
||||
#include <qurl.h>
|
||||
|
||||
#include <rdexport_settings_dialog.h>
|
||||
#include <rdapplication.h>
|
||||
#include <rdescape_string.h>
|
||||
#include <rdexport_settings_dialog.h>
|
||||
|
||||
#include <edit_replicator.h>
|
||||
#include <list_aux_fields.h>
|
||||
#include <globals.h>
|
||||
#include "edit_replicator.h"
|
||||
#include "globals.h"
|
||||
#include "list_aux_fields.h"
|
||||
|
||||
EditReplicator::EditReplicator(const QString &repl_name,QWidget *parent)
|
||||
: QDialog(parent,"",true)
|
||||
@@ -291,7 +292,7 @@ QSizePolicy EditReplicator::sizePolicy() const
|
||||
|
||||
void EditReplicator::setFormatData()
|
||||
{
|
||||
RDStation *station=new RDStation(admin_config->stationName());
|
||||
RDStation *station=new RDStation(rda->config()->stationName());
|
||||
RDExportSettingsDialog *dialog=
|
||||
new RDExportSettingsDialog(repl_settings,station,this);
|
||||
dialog->exec();
|
||||
|
Reference in New Issue
Block a user