Commit 1413864dfe43610018fb919d7fc6a7b288672723
1 parent
731e5585
Exists in
master
Se não tiver coletado, é porque não foi enviado no getConfig. A coleta estava co…
…rreta, não entendi o motivo da modificação.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/ccoleta.cpp
... | ... | @@ -11,7 +11,6 @@ void CColeta::coletaHardware() |
11 | 11 | oHardware.iniciaColeta(); |
12 | 12 | qDebug() << "coletaHardware() executado"; |
13 | 13 | emit hardwareFinish(); |
14 | - emit beginSoftware(); | |
15 | 14 | } |
16 | 15 | |
17 | 16 | |
... | ... | @@ -28,7 +27,6 @@ void CColeta::configuraColetas(){ |
28 | 27 | QObject::connect(this, SIGNAL(beginSoftware()), this, SLOT(coletaSoftware())); |
29 | 28 | QObject::connect(this, SIGNAL(softwareFinish()), this, SLOT(softwareReady())); |
30 | 29 | QObject::connect(this, SIGNAL(hardwareFinish()), this, SLOT(hardwareReady())); |
31 | - emit beginHardware(); | |
32 | 30 | } |
33 | 31 | |
34 | 32 | bool CColeta::waitToCollect() | ... | ... |