mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
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
2 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue