mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
Set configuration map in PythonQt module.
This commit is contained in:
parent
a3887d268a
commit
f3fa124f8d
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ PythonQtViewStep::jobs() const
|
||||||
void
|
void
|
||||||
PythonQtViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
PythonQtViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
||||||
{
|
{
|
||||||
#warning "Not implemented yet."
|
m_obj.addVariable( "configuration", configurationMap );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue