Merge topic 'cmake-gui-thread-wait'

2c050a2 cmake-gui: Wait for configure/generate thread to complete before exiting.
This commit is contained in:
David Cole 2012-05-01 14:10:26 -04:00 committed by CMake Topic Stage
commit 17c65d1c44
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ CMakeSetupDialog::~CMakeSetupDialog()
// wait for thread to stop
this->CMakeThread->quit();
this->CMakeThread->wait(2000);
this->CMakeThread->wait();
}
bool CMakeSetupDialog::prepareConfigure()