mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 21:56:43 +08:00
refs #912, static utility function lastStepSkipped for configuration wizard
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d214739912
commit
3575eed37b
@@ -50,6 +50,12 @@ namespace BlackGui
|
||||
return m_skipped;
|
||||
}
|
||||
|
||||
bool CConfigurationWizard::lastWizardStepSkipped(const QWizard *standardWizard)
|
||||
{
|
||||
const CConfigurationWizard *wizard = qobject_cast<const CConfigurationWizard *>(standardWizard);
|
||||
return wizard && wizard->lastStepSkipped();
|
||||
}
|
||||
|
||||
void CConfigurationWizard::wizardCurrentIdChanged(int id)
|
||||
{
|
||||
const int previousId = m_previousId;
|
||||
|
||||
Reference in New Issue
Block a user