mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 07:31:19 +02:00
2018-02-02 Fred Gleason <fredg@paravelsystems.com>
* Converted rdimport(1) to use RDApplication.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A Batch Importer for Rivendell.
|
||||
//
|
||||
// (C) Copyright 2002-2009,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2009,2016-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
|
||||
@@ -31,15 +31,9 @@
|
||||
|
||||
#include <rdwavedata.h>
|
||||
#include <rdwavefile.h>
|
||||
#include <rdconfig.h>
|
||||
#include <rdcmd_switch.h>
|
||||
#include <rdgroup.h>
|
||||
#include <rdcart.h>
|
||||
#include <rdcut.h>
|
||||
#include <rdripc.h>
|
||||
#include <rduser.h>
|
||||
#include <rdsystem.h>
|
||||
#include <rdstation.h>
|
||||
|
||||
#include "markerset.h"
|
||||
|
||||
@@ -79,12 +73,8 @@ class MainObject : public QObject
|
||||
void WriteTimestampCache(const QString &filename,const QDateTime &dt);
|
||||
bool SchedulerCodeExists(const QString &code) const;
|
||||
void ReadXmlFile(const QString &basename,RDWaveData *wavedata) const;
|
||||
RDConfig *import_config;
|
||||
RDCmdSwitch *import_cmd;
|
||||
unsigned import_file_key;
|
||||
RDGroup *import_group;
|
||||
RDRipc *import_ripc;
|
||||
RDUser *import_user;
|
||||
bool import_verbose;
|
||||
bool import_log_mode;
|
||||
bool import_to_mono;
|
||||
@@ -145,8 +135,6 @@ class MainObject : public QObject
|
||||
};
|
||||
std::list<DropboxList *> import_dropbox_list;
|
||||
QString import_temp_fix_filename;
|
||||
RDSystem *import_system;
|
||||
RDStation *import_station;
|
||||
MarkerSet *import_cut_markers;
|
||||
MarkerSet *import_talk_markers;
|
||||
MarkerSet *import_hook_markers;
|
||||
|
Reference in New Issue
Block a user