equal
deleted
inserted
replaced
79 void StartProcessError(QProcess::ProcessError error); |
79 void StartProcessError(QProcess::ProcessError error); |
80 |
80 |
81 void tcpServerReady(); |
81 void tcpServerReady(); |
82 }; |
82 }; |
83 |
83 |
|
84 #ifdef HWLIBRARY |
|
85 class EngineInstance : public QObject |
|
86 { |
|
87 Q_OBJECT |
|
88 public: |
|
89 EngineInstance(QObject *parent = 0); |
|
90 ~EngineInstance(); |
|
91 |
|
92 int port; |
|
93 public slots: |
|
94 void start(void); |
|
95 signals: |
|
96 void finished(void); |
|
97 private: |
|
98 }; |
|
99 #endif |
|
100 |
84 #endif // _TCPBASE_INCLUDED |
101 #endif // _TCPBASE_INCLUDED |