Closed wizard then open mainwindow #4235
This commit is contained in:
parent
4452f14114
commit
17278f7224
|
@ -123,13 +123,13 @@ void SetupWizard::accept()
|
||||||
|
|
||||||
settings.sync();
|
settings.sync();
|
||||||
|
|
||||||
|
QWizard::accept();
|
||||||
|
|
||||||
if (m_StartMain)
|
if (m_StartMain)
|
||||||
{
|
{
|
||||||
m_MainWindow.updateZeroconfService();
|
m_MainWindow.updateZeroconfService();
|
||||||
m_MainWindow.open();
|
m_MainWindow.open();
|
||||||
}
|
}
|
||||||
|
|
||||||
QWizard::accept();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetupWizard::reject()
|
void SetupWizard::reject()
|
||||||
|
|
Loading…
Reference in New Issue