Yet another Qt 5.4 fix.

This commit is contained in:
Teo Mrnjavac 2014-10-28 18:38:27 +01:00
parent 519ba038cf
commit 10ca85338d

View File

@ -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" ) &&