mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-28 19:58:56 +03:00
Windows has not been ported back to QLocalSocket
This commit is contained in:
parent
dff1f77dfa
commit
a1b9405e2e
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue