mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2018-02-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored the RDUpload class to use RDApplication.
This commit is contained in:
@@ -310,7 +310,7 @@ void MainObject::RunUpload(CatchEvent *evt)
|
||||
(const char *)evt->
|
||||
resolvedUrl(),
|
||||
evt->id()));
|
||||
RDUpload *conv=new RDUpload(rda->config(),this);
|
||||
RDUpload *conv=new RDUpload(this);
|
||||
conv->setSourceFile(evt->tempName());
|
||||
conv->setDestinationUrl(evt->resolvedUrl());
|
||||
QString url_username=evt->urlUsername();
|
||||
|
||||
Reference in New Issue
Block a user