убрал sendQueryTasksXML из slot_HashReady

This commit is contained in:
2025-09-04 17:53:01 +03:00
parent b3109e4ac7
commit aeb24d659d

View File

@@ -406,7 +406,7 @@ void ConnectorToServer::showServerList(QList<StreamingVersionData *> *serverList
void ConnectorToServer::slot_HashReady()
{
//sendQueryTasksXML("fim");
sendQueryTasksXML("amm");
//sendQueryTasksXML("amm");
}
void ConnectorToServer::slot_Auth(ServerAuthorization *serverAuth)