[locale] default to the states
This commit is contained in:
parent
dfd60d46f9
commit
5f85b41740
@ -282,7 +282,7 @@ LocalePage::init( const QString& initialRegion,
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_tzWidget->setCurrentLocation( "Europe", "Berlin" );
|
m_tzWidget->setCurrentLocation( "America", "New_York" );
|
||||||
}
|
}
|
||||||
emit m_tzWidget->locationChanged( m_tzWidget->getCurrentLocation() );
|
emit m_tzWidget->locationChanged( m_tzWidget->getCurrentLocation() );
|
||||||
|
|
||||||
|
@ -271,8 +271,8 @@ LocaleViewStep::setConfigurationMap( const QVariantMap& configurationMap )
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_startingTimezone = qMakePair( QStringLiteral( "Europe" ),
|
m_startingTimezone = qMakePair( QStringLiteral( "America" ),
|
||||||
QStringLiteral( "Berlin" ) );
|
QStringLiteral( "New_York" ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( configurationMap.contains( "localeGenPath" ) &&
|
if ( configurationMap.contains( "localeGenPath" ) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user