mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-09 16:15:45 +00:00
Fix unicode string in msvc.
This commit is contained in:
parent
9130bb7798
commit
a927047cbf
@ -71,7 +71,7 @@ void DisplayTest::displayTest()
|
||||
void DisplayTest::displayTestPlani()
|
||||
{
|
||||
app.hints().setValue("use-markup", false);
|
||||
testString(QString::fromUtf8("Test\u03A9\U0001F4A9\U0001F600"));
|
||||
testString(QString::fromWCharArray(L"Test\u03A9\U0001F4A9\U0001F600"));
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user