mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-16 18:36:45 +00:00
Fix typo
This commit is contained in:
parent
a927047cbf
commit
9b15b88640
@ -26,7 +26,7 @@ public:
|
||||
|
||||
private Q_SLOTS:
|
||||
void displayTest();
|
||||
void displayTestPlani();
|
||||
void displayTestPlain();
|
||||
|
||||
private:
|
||||
void testString(QString message){
|
||||
@ -68,7 +68,7 @@ void DisplayTest::displayTest()
|
||||
}
|
||||
|
||||
|
||||
void DisplayTest::displayTestPlani()
|
||||
void DisplayTest::displayTestPlain()
|
||||
{
|
||||
app.hints().setValue("use-markup", false);
|
||||
testString(QString::fromWCharArray(L"Test\u03A9\U0001F4A9\U0001F600"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user