mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 18:35:37 -04:00
[locale] Fix QString-vs-char* confusion
This commit is contained in:
parent
ba2dbd4f2e
commit
b8b607c421
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ GeoIPTests::testJSON()
|
|||
QCOMPARE( tz.second, QLatin1String( "Brussels" ) );
|
||||
|
||||
tz = handler.processReply( "time_zone: America/New_York\n" );
|
||||
QCOMPARE( tz.first, "America" );
|
||||
QCOMPARE( tz.first, QLatin1String( "America" ) );
|
||||
}
|
||||
|
||||
void GeoIPTests::testJSONalt()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue