mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
refs #912, static utility function lastStepSkipped for configuration wizard
This commit is contained in:
committed by
Mathew Sutcliffe
parent
d214739912
commit
3575eed37b
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user