Yet another Qt 5.4 fix.
This commit is contained in:
parent
519ba038cf
commit
10ca85338d
@ -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…
Reference in New Issue
Block a user