mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
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
|
||||
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:
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue