[Pkg-owncloud-commits] [owncloud-client] 371/498: OS X Overlay Icons: Use waitForFinished() with timeout

Sandro Knauß hefee-guest at moszumanska.debian.org
Tue Aug 11 14:49:07 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 a6f493ff9498d630c7ec112036b2c4650e765b06
Author: Markus Goetz <markus at woboq.com>
Date:   Mon Jul 20 18:32:02 2015 +0200

    OS X Overlay Icons: Use waitForFinished() with timeout
---
 src/gui/owncloudgui.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gui/owncloudgui.cpp b/src/gui/owncloudgui.cpp
index 78491c6..307c403 100644
--- a/src/gui/owncloudgui.cpp
+++ b/src/gui/owncloudgui.cpp
@@ -132,7 +132,7 @@ void ownCloudGui::setupOverlayIcons()
               p.write(aScript.toUtf8());
               p.closeWriteChannel();
               //p.waitForReadyRead(-1);
-              p.waitForFinished();
+              p.waitForFinished(5000);
               QByteArray result = p.readAll();
               QString resultAsString(result); // if appropriate
               qDebug() << "Laod Finder Overlay-Plugin: " << resultAsString << ": " << p.exitCode()

-- 
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