QTfrontend/net/tcpBase.h
changeset 8070 66bc20d089fc
parent 8069 bb7671829935
child 8092 08960209db8c
child 8310 a98c349bc06b
--- a/QTfrontend/net/tcpBase.h	Mon Nov 19 23:43:45 2012 +0400
+++ b/QTfrontend/net/tcpBase.h	Tue Nov 20 00:10:12 2012 +0400
@@ -38,7 +38,7 @@
         Q_OBJECT
 
     public:
-        TCPBase(bool demoMode);
+        TCPBase(bool demoMode, QObject * parent = 0);
         virtual ~TCPBase();
 
         virtual bool couldBeRemoved();