[Pkg-owncloud-commits] [owncloud-client] 186/219: Windows has not been ported back to QLocalSocket
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Oct 11 14:43:25 UTC 2014
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 a1b9405e2e2a67d9d4f0039ffb5c654c5c3e6ad2
Author: Olivier Goffart <ogoffart at woboq.com>
Date: Wed Oct 1 12:33:54 2014 +0200
Windows has not been ported back to QLocalSocket
---
src/mirall/socketapi.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/mirall/socketapi.h b/src/mirall/socketapi.h
index 7006373..4ea4a9a 100644
--- a/src/mirall/socketapi.h
+++ b/src/mirall/socketapi.h
@@ -36,6 +36,10 @@ namespace Mirall {
//Define this to use the old school TCP API. Maybe we should offer both APIs
// and have the old TCP one be enableable via command line switch?
//#define SOCKETAPI_TCP
+#if defined(Q_OS_WIN)
+// Windows plugin has not been ported
+#define SOCKETAPI_TCP
+#endif
#ifdef SOCKETAPI_TCP
typedef QTcpSocket SocketType;
--
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