QTfrontend/net/tcpBase.h
branchflibqtfrontend
changeset 8363 0b4ac686fc44
parent 8092 08960209db8c
parent 8310 a98c349bc06b
equal deleted inserted replaced
8306:50fe80adbfcb 8363:0b4ac686fc44
    52 
    52 
    53     private slots:
    53     private slots:
    54         void iStart();
    54         void iStart();
    55 };
    55 };
    56 
    56 
       
    57 #ifdef HWLIBRARY
       
    58 class EngineInstance : public QObject
       
    59 {
       
    60     Q_OBJECT
       
    61 public:
       
    62     EngineInstance(QObject *parent = 0);
       
    63     ~EngineInstance();
       
    64 
       
    65     int port;
       
    66 public slots:
       
    67     void start(void);
       
    68 signals:
       
    69     void finished(void);
       
    70 private:
       
    71 };
       
    72 #endif
       
    73 
    57 #endif // _TCPBASE_INCLUDED
    74 #endif // _TCPBASE_INCLUDED