Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/socketapi/socketapi.h')
-rw-r--r--src/gui/socketapi/socketapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/socketapi/socketapi.h b/src/gui/socketapi/socketapi.h
index 84229b1dd..1fc8e4546 100644
--- a/src/gui/socketapi/socketapi.h
+++ b/src/gui/socketapi/socketapi.h
@@ -22,7 +22,7 @@
#include "config.h"
-#if defined(Q_OS_MAC)
+#if defined(Q_OS_MAC) && 0
#include "socketapisocket_mac.h"
#else
#include <QLocalServer>