Attempt to fix dispatcher queues

This commit is contained in:
Kris Moore
2016-02-29 15:37:49 -05:00
parent 08df048c69
commit 718ed8f594
4 changed files with 6 additions and 8 deletions

View File

@@ -585,13 +585,9 @@ RestOutputStruct::ExitCode WebSocket::EvaluateSysadmIohyveRequest(const QJsonVal
if(act=="fetchiso"){
ok = true;
DProcess fetchproc;
qDebug() << "Before fetchiso";
out->insert("fetchiso", sysadm::Iohyve::fetchISO(in_args.toObject(), &fetchproc));
//qDebug() << "fetchProc: " << fetchproc;
qDebug() << "After fetchiso";
connect(&fetchproc, SIGNAL(ProcessOutput(QString)), this, SLOT(slotIohyveFetchProcessOutput(QString)) );
connect(&fetchproc, SIGNAL(Finished(QString, int, QString)), this, SLOT(slotIohyveFetchDone(QString, int, QString)) );
qDebug() << "After fetchiso again";
}
if(act=="install"){
ok = true;