Explorar el Código

Change port from 1234 to 1235.

Haobin Luo hace 2 años
padre
commit
bc470d5b20
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      radarserver.h

+ 1 - 1
radarserver.h

@@ -18,7 +18,7 @@ public:
     QWebSocketServer *m_pWebSocketServer;
     QList<QWebSocket *> m_clients;
 
-    explicit RadarServer(QObject *parent = nullptr, quint16 port = 1234);
+    explicit RadarServer(QObject *parent = nullptr, quint16 port = 1235);
     virtual ~RadarServer();
 
 signals: