Skip to content

Commit

Permalink
Change to start interrogation after population of Wizard views, to pr…
Browse files Browse the repository at this point in the history
…event timeouts due to thread hanging
  • Loading branch information
malcom2073 committed Jan 4, 2014
1 parent 3886e73 commit 04f0075
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1246,7 +1246,7 @@ void MainWindow::loadWizards(QString dir)

void MainWindow::emsCommsConnected()
{
emsComms->startInterrogation();

m_interrogationFailureCount = 0;
ui.actionSave_Offline_Data->setEnabled(true);
ui.actionLoad_Offline_Data->setEnabled(true);
Expand Down Expand Up @@ -1299,6 +1299,7 @@ void MainWindow::emsCommsConnected()
progressView->show();
interrogateProgressMdiWindow->show();
progressView->addOutput("Connected to EMS");
emsComms->startInterrogation();
}
void MainWindow::interrogationProgress(int current, int total)
{
Expand Down

0 comments on commit 04f0075

Please sign in to comment.