Changed: Minor change
This commit is contained in:
parent
8a493fc2a0
commit
7371134470
1 changed files with 4 additions and 1 deletions
|
@ -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…
Reference in a new issue