diff --git a/test/model/messageprocessor_test.cpp b/test/model/messageprocessor_test.cpp index 93cc701a4..439dda4b6 100644 --- a/test/model/messageprocessor_test.cpp +++ b/test/model/messageprocessor_test.cpp @@ -54,8 +54,8 @@ private slots: void TestMessageProcessor::testSelfMention() { MessageProcessor::SharedParams sharedParams; - const QLatin1Literal testUserName{"MyUserName"}; - const QLatin1Literal testToxPk{ + const QLatin1String testUserName{"MyUserName"}; + const QLatin1String testToxPk{ "0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF0123456789ABCDEF"}; sharedParams.onUserNameSet(testUserName); sharedParams.setPublicKey(testToxPk);