mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-16 07:31:19 +02:00
2014-10-25 Fred Gleason <fredg@paravelsystems.com>
* Implemented '--set-marker-end-*=' and '--set-marker-start-*=' options for rdimport(1) in 'utils/rdimport/markerset.cpp',, 'utils/rdimport/markerset.h', 'utils/rdimport/rdimport.cpp' and 'utils/rdimport/rdimport.h'.
This commit is contained in:
@@ -44,6 +44,8 @@
|
||||
#include <rdsystem.h>
|
||||
#include <rdstation.h>
|
||||
|
||||
#include "markerset.h"
|
||||
|
||||
#define RDIMPORT_TEMP_BASENAME "rdimp"
|
||||
#define RDIMPORT_STDIN_BUFFER_LENGTH 1024
|
||||
#define RDIMPORT_DROPBOX_SCAN_INTERVAL 5
|
||||
@@ -127,6 +129,10 @@ class MainObject : public QObject
|
||||
QString import_temp_fix_filename;
|
||||
RDSystem *import_system;
|
||||
RDStation *import_station;
|
||||
MarkerSet *import_cut_markers;
|
||||
MarkerSet *import_talk_markers;
|
||||
MarkerSet *import_hook_markers;
|
||||
MarkerSet *import_segue_markers;
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user