refs #912, static utility function lastStepSkipped for configuration wizard

This commit is contained in:
Klaus Basan
2017-03-19 22:58:32 +01:00
committed by Mathew Sutcliffe
parent d214739912
commit 3575eed37b
3 changed files with 10 additions and 5 deletions

View File

@@ -48,6 +48,9 @@ namespace BlackGui
//! Was the last step skipped?
bool lastStepSkipped() const;
//! Static version of CConfigurationWizard::lastStepSkipped
static bool lastWizardStepSkipped(const QWizard *standardWizard);
private:
//! The current page has changed
void wizardCurrentIdChanged(int id);