mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2022-11-16 Fred Gleason <fredg@paravelsystems.com>
* Added a 'QString *err_msg' argument to 'RDDownload::runDownload()'. * Added a 'QString *err_msg' argument to 'RDDownload::runUpload()'. * Fixed regression in rdcatch(1) that caused upload and download events to fail to show exit status correctly. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -96,12 +96,12 @@ class MainObject : public QObject
|
||||
//
|
||||
void RunBatch(RDCmdSwitch *cmd);
|
||||
void RunImport(CatchEvent *evt);
|
||||
void RunDownload(CatchEvent *evt);
|
||||
void RunUpload(CatchEvent *evt);
|
||||
bool RunDownload(CatchEvent *evt,QString *err_msg);
|
||||
bool RunUpload(CatchEvent *evt,QString *err_msg);
|
||||
CatchEvent *batch_event;
|
||||
bool Export(CatchEvent *evt);
|
||||
bool Export(CatchEvent *evt,QString *err_msg);
|
||||
QString GetExportCmd(CatchEvent *evt,QString *tempname);
|
||||
bool Import(CatchEvent *evt);
|
||||
bool Import(CatchEvent *evt,QString *err_msg);
|
||||
QString GetImportCmd(CatchEvent *evt,QString *tempname);
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user