Yet another Qt 5.4 fix.

main
Teo Mrnjavac 10 years ago
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…
Cancel
Save