mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 01:15:38 -04:00
Yet another Qt 5.4 fix.
This commit is contained in:
parent
519ba038cf
commit
10ca85338d
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ UsersViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||
}
|
||||
else
|
||||
{
|
||||
m_defaultGroups = { "lp", "video", "network", "storage", "wheel", "audio" };
|
||||
m_defaultGroups = QStringList{ "lp", "video", "network", "storage", "wheel", "audio" };
|
||||
}
|
||||
|
||||
if ( configurationMap.contains( "autologinGroup" ) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue