|
@@ -53,6 +53,7 @@ int main(int argc, char *argv[])
|
|
|
thread_sendstate->start();
|
|
|
|
|
|
|
|
|
+
|
|
|
QObject::connect(handle,SIGNAL(sendImg_handlePoolToSendstate(std::string)),sendstate,SLOT(getImg_handlePoolToSendstate(std::string)));
|
|
|
QObject::connect(recvstate,SIGNAL(sendmsg_recvstateTohandlePool(std::string)),handle,SLOT(getmsg_recvstateTohandlePool(std::string)));
|
|
|
/*******************************************************************************/
|