~mandel/ubuntu-download-manager/properties

« back to all changes in this revision

Viewing changes to src/downloads/priv/ubuntu/downloads/download.cpp

  • Committer: CI bot
  • Author(s): Manuel de la Peña
  • Date: 2014-07-21 09:39:39 UTC
  • mfrom: (304.2.8 write-upload-response)
  • Revision ID: ps-jenkins@lists.canonical.com-20140721093939-grgfcboq0ppb1dmz
On a succesful upload write the response to a secure local path for the client to read. 
Approved by: Sergio Schvezov, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
                   const QVariantMap& metadata,
35
35
                   const QMap<QString, QString>& headers,
36
36
                   QObject* parent)
37
 
    : Transfer(id, appId, path, isConfined, parent),
38
 
      _rootPath(rootPath),
 
37
    : Transfer(id, appId, path, isConfined, rootPath, parent),
39
38
      _metadata(metadata),
40
39
      _headers(headers) {
41
40
}