mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-21 14:02:58 +02:00
2023-04-12 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDUpload::createDestinationDirs()' method. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -39,6 +39,7 @@ class RDUpload : public RDTransfer
|
||||
QStringList supportedSchemes() const;
|
||||
void setSourceFile(const QString &filename);
|
||||
void setDestinationUrl(const QString &url);
|
||||
void createDestinationDirs(bool state);
|
||||
int totalSteps() const;
|
||||
RDUpload::ErrorCode runUpload(const QString &username,
|
||||
const QString &password,
|
||||
@@ -62,6 +63,7 @@ class RDUpload : public RDTransfer
|
||||
double ulnow);
|
||||
QString conv_src_filename;
|
||||
QUrl conv_dst_url;
|
||||
bool conv_create_dst_dirs;
|
||||
bool conv_aborting;
|
||||
uint conv_src_size;
|
||||
};
|
||||
|
Reference in New Issue
Block a user