aboutsummaryrefslogtreecommitdiff
path: root/src/ui/unixdomainsocket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/unixdomainsocket.cpp')
-rw-r--r--src/ui/unixdomainsocket.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/unixdomainsocket.cpp b/src/ui/unixdomainsocket.cpp
index d499dc1de..0801ef6db 100644
--- a/src/ui/unixdomainsocket.cpp
+++ b/src/ui/unixdomainsocket.cpp
@@ -25,6 +25,7 @@
#include "unixdomainsocket.h"
+#define LISTEN_PORT_BASE 33000
UnixDomainSocket::UnixDomainSocket(QObject * parent ) : QUdpSocket(parent){
_bound = false;