[Pkg-owncloud-commits] [owncloud-client] 86/484: Use overloaded functions

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Dec 16 00:37:18 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 0e97fbb730b32e6a87ebdfc10e303a1f5131597a
Author: Roeland Jago Douma <rullzer at owncloud.com>
Date:   Fri Oct 16 12:48:48 2015 +0200

    Use overloaded functions
---
 src/gui/thumbnailjob.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/thumbnailjob.cpp b/src/gui/thumbnailjob.cpp
index a75f56a..6bae3e8 100644
--- a/src/gui/thumbnailjob.cpp
+++ b/src/gui/thumbnailjob.cpp
@@ -26,7 +26,7 @@ ThumbnailJob::ThumbnailJob(const QString &path, AccountPtr account, QObject* par
 
 void ThumbnailJob::start()
 {
-    setReply(getRequest(Account::concatUrlPath(account()->url(), path())));
+    setReply(getRequest(path()));
     setupConnections(reply());
     AbstractNetworkJob::start();
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list