QTfrontend/net/tcpBase.h
branchui-scaling
changeset 15283 c4fd2813b127
parent 14599 b86e6e4f3c58
--- a/QTfrontend/net/tcpBase.h	Wed May 16 18:22:28 2018 +0200
+++ b/QTfrontend/net/tcpBase.h	Wed Jul 31 23:14:27 2019 +0200
@@ -41,7 +41,7 @@
         Q_OBJECT
 
     public:
-        TCPBase(bool demoMode, QObject * parent = 0);
+        TCPBase(bool demoMode, bool usesCustomLanguage, QObject * parent = 0);
         virtual ~TCPBase();
 
         virtual bool couldBeRemoved();
@@ -80,6 +80,7 @@
 #endif
         bool m_isDemoMode;
         bool m_connected;
+        bool m_usesCustomLanguage;
         void RealStart();
         QPointer<QTcpSocket> IPCSocket;