[Pkg-owncloud-commits] [owncloud-client] 91/498: Networkjobs: Fix Qt 4 compile (again)
Sandro Knauß
hefee-guest at moszumanska.debian.org
Tue Aug 11 14:48:39 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 2a45ebde3333e4ab3fcffd92f62568155d92bb27
Author: Markus Goetz <markus at woboq.com>
Date: Tue May 12 17:19:17 2015 +0200
Networkjobs: Fix Qt 4 compile (again)
---
src/libsync/networkjobs.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/libsync/networkjobs.cpp b/src/libsync/networkjobs.cpp
index bfd65ee..8cba118 100644
--- a/src/libsync/networkjobs.cpp
+++ b/src/libsync/networkjobs.cpp
@@ -595,10 +595,12 @@ bool CheckServerJob::finished()
{
account()->setSslConfiguration(reply()->sslConfiguration());
+#if QT_VERSION > QT_VERSION_CHECK(5, 2, 0)
if (reply()->request().url().scheme() == QLatin1String("https")
&& reply()->sslConfiguration().sessionTicket().isEmpty()) {
qDebug() << "No SSL session identifier / session ticket is used, this might impact sync performance negatively.";
}
+#endif
// The serverInstalls to /owncloud. Let's try that if the file wasn't found
// at the original location
--
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