Changed: Minor change

--HG--
branch : develop
feature/pipeline-tools
kervala 9 years ago
parent af248d0a0f
commit 9f06af9a87

@ -91,7 +91,10 @@ void COperationDialog::processNextStep()
// default profile // default profile
const CProfile &configuration = config->getProfile(); const CProfile &configuration = config->getProfile();
switch(config->getNextStep()) // long operations are done in a thread
CConfigFile::InstallationStep step = config->getNextStep();
switch(step)
{ {
case CConfigFile::DisplayNoServerError: case CConfigFile::DisplayNoServerError:
break; break;

Loading…
Cancel
Save