[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] pimcommon/storageservice/dropbox: Return QNetworkReply
From:       Montel Laurent <montel () kde ! org>
Date:       2014-01-31 21:20:47
Message-ID: E1W9LW3-0002I9-Sv () scm ! kde ! org
[Download RAW message or body]

Git commit 6b9b989d4b6d5ecaee643564df272d78399e904c by Montel Laurent.
Committed on 31/01/2014 at 21:20.
Pushed by mlaurent into branch 'master'.

Return QNetworkReply

M  +1    -1    pimcommon/storageservice/dropbox/dropboxstorageservice.cpp

http://commits.kde.org/kdepim/6b9b989d4b6d5ecaee643564df272d78399e904c

diff --git a/pimcommon/storageservice/dropbox/dropboxstorageservice.cpp \
b/pimcommon/storageservice/dropbox/dropboxstorageservice.cpp index b595ce6..cd65e9e \
                100644
--- a/pimcommon/storageservice/dropbox/dropboxstorageservice.cpp
+++ b/pimcommon/storageservice/dropbox/dropboxstorageservice.cpp
@@ -254,7 +254,7 @@ void DropBoxStorageService::storageServicedownloadFile(const \
                QString &name, cons
         connect(job, SIGNAL(actionFailed(QString)), \
                SLOT(slotActionFailed(QString)));
         connect(job, SIGNAL(downLoadFileFailed(QString)), this, \
                SLOT(slotDownLoadFileFailed(QString)));
         connect(job, SIGNAL(uploadDownloadFileProgress(qint64,qint64)), \
                SLOT(slotuploadDownloadFileProgress(qint64,qint64)));
-        job->downloadFile(name, fileId, destination);
+        mDownloadReply = job->downloadFile(name, fileId, destination);
     }
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic