QTfrontend/net/tcpBase.h
changeset 15915 35d26863a88e
parent 14620 b86e6e4f3c58
--- a/QTfrontend/net/tcpBase.h	Sun Oct 30 18:29:29 2022 +0200
+++ b/QTfrontend/net/tcpBase.h	Mon Oct 31 02:11:37 2022 +0200
@@ -65,6 +65,7 @@
 
         void SendIPC(const QByteArray & buf);
         void RawSendIPC(const QByteArray & buf);
+        void RawSendToDemoOnly(const QByteArray & buf);
 
         virtual QStringList getArguments()=0;
         virtual void onClientRead();