Add setConfigurationMap to ViewStep with empty implementation.
Actual module ViewSteps can reimplement it to read their own module- specific configuration.
This commit is contained in:
parent
2ef5df314b
commit
b20eaaf4f8
@ -46,4 +46,9 @@ void
|
||||
ViewStep::onLeave()
|
||||
{}
|
||||
|
||||
|
||||
void
|
||||
ViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
||||
{}
|
||||
|
||||
}
|
||||
|
@ -64,6 +64,8 @@ public:
|
||||
|
||||
virtual QList< Calamares::job_ptr > jobs() const = 0;
|
||||
|
||||
virtual void setConfigurationMap( const QVariantMap& configurationMap );
|
||||
|
||||
signals:
|
||||
void nextStatusChanged( bool status );
|
||||
void done();
|
||||
|
Loading…
Reference in New Issue
Block a user